Modify displays - by smariano - on WordPress WooCommerce support

This topic has 6 replies, 3 voices, and was last updated 8 years, 1 months ago ago by Eva Kemp

  • Avatar: smariano
    smariano
    Participant
    March 30, 2016 at 03:54

    – Would like to change the following product buttons to be black background with white font:

    1. The ADD TO CART button on the single product display
    eg. at http://blagochestie.com/product/book-promotion

    2. The ADD TO CART button on the product category
    eg. at http://blagochestie.com/english-books

    – Would like to have the grey line at the bottom of the footer on every page removed

    5 Answers
    Avatar: stan
    Stan Russell
    Participant
    March 30, 2016 at 07:53

    Hello smariano,

    please use following code:

    .single-product .single_add_to_cart_button {
    background-color:black!;
    color:white;
    }
    .products-grid .etheme_add_to_cart_button{
    background-color:black;
    color:white;
    }
    .copyright .row-copyrights{
    border-top:none;
    }

    Regards,
    Stan Russell.

    Avatar: smariano
    smariano
    Participant
    March 30, 2016 at 13:41

    I implemented the code recommended. Some issues remain:

    – The single product css .single-product .single_add_to_cart_button { background-color:black!;
    color:white;} does not work. The button is now all white when not hovering

    – The grey horizontal line below the footer is still there.

    Avatar: Eva
    Eva Kemp
    Support staff
    March 30, 2016 at 14:10

    Hello,

    I’ve removed ! in the code background-color:black!;. Check Add to Cart button on single product page now.

    Also I’ve changed the code to remove grey line to this:
    .copyright-1 .container .row-copyrights{ border-top:none; }

    Check now.

    Regards,
    Eva Kemp.

    Avatar: smariano
    smariano
    Participant
    March 30, 2016 at 14:23

    Perfect, thanks

    Avatar: Eva
    Eva Kemp
    Support staff
    March 30, 2016 at 14:24

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

  • Viewing 6 results - 1 through 6 (of 6 total)

The issue related to '‘Modify displays’' has been successfully resolved, and the topic is now closed for further responses

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