- This topic has 3 replies, 2 voices, and was last updated 7 years ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
	
Viewing 4 posts - 1 through 4 (of 4 total)
	
- You must be logged in to reply to this topic.


Home › Forums › Pro Themes › Clean Commerce Pro › Remove 'Select options' button on mobile site
Hi again,
How can I remove the ‘Select options’ button that overlays on the product image when hovering/clicking on the mobile site?
Thanks
Adam 
Hello @adamharrisuk,
Can you please provide your site URL, so that we can provide a precise fix on the issue?
Thank you.
Regards!!
It’s: https://www.regal1.co.uk/shop/
I want to remove the ‘add to basket’ one too when there are not options.
Thanks
Adam 
Hello @adamharrisuk,
To remove the button you have to go through the child theme.
To know how to create and activate the child theme please go through below given link:
https://wptravel.io/how-to-create-a-child-theme/
After activating the child theme in your child theme functions.php add below given code.
remove_action( 'woocommerce_after_shop_loop_item', 'woocommerce_template_loop_add_to_cart' );
remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_add_to_cart', 30 );Hope this helps.
Regards!!
| Cookie | Duration | Description | 
|---|---|---|
| cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". | 
| cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". | 
| cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". | 
| cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. | 
| cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". | 
| viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. | 
 
	    


