PRODUCT SCROLL - by webdev - on WordPress WooCommerce support

This topic has 4 replies, 2 voices, and was last updated 5 years, 3 months ago ago by Rose Tyler

  • Avatar: webdev
    webdev
    Participant
    January 14, 2019 at 05:37

    1/ on the 8 theme woocommerce product scroll there does not seem to be an option to hide categories from the product listings?

    2/ how do we customise the colours on the add to cart buttons?

    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 14, 2019 at 09:17

    Hello,

    1) Please add this code in Theme Options > Custom css:

    .product .products-page-cats {
        display:  none;
    }
    .product .product-title {
        margin-top: 10px;
    }

    2)

    .etheme_add_to_cart_button{
        background-color:  red;
        border-color:  red;
        color: white;
    }
    .etheme_add_to_cart_button:hover{
        background-color:  red;
        border-color:  red;
        color: white;
    }

    Regards

    Avatar: webdev
    webdev
    Participant
    January 14, 2019 at 11:44

    I added the add to cart button code to the custom css however it does not work. Please check and advise.

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 14, 2019 at 16:10

    Please clear cache and check one more time.

    Regards

    Please contact administrator
    for this information.
  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.