Home Forums Pro Themes Clean Commerce Pro question about layout

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #100543
    dig
    Participant

    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.

    #100560
    wensolutions
    Keymaster

    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.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.