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


Home › Forums › Pro Themes › Clean Commerce Pro › question about layout
hello there,
i have bought the pro version but i have some questions. i used to use magento but i’m a newbie to woocommerce, so my questions maybe stupid.
1. how to set homepage layout as your demo? i’m trying to edit the shop page, but there is nothing there, anything i add doesn’t change the layout.
2. how to display random products on homepage?
3. how to disable the flashing “add to cart” on category page?
thank you.
Hello @dig,
First of all, thank you very much for using the theme.
Now regarding your query 1 and 2, please refer to the theme official documentation below:
https://themepalace.com/instructions/themes/clean-commerce-pro/
Now to remove the “add to cart” in category page, add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.
.woocommerce ul.products li.product:hover .button {
    display: none;
}Hope this helps.
Thank you.
| 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. | 
 
	    


