Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #668391

    shootsandmore
    Participant

    Hi themeco,

    I would like to change the color of the overlay button ‘add to cart’ in my woocommerce product images (see http://shootsandmore.nl/geef-een-fotoshoot-cadeau/

    Could you please help me out? Thanks!

    #668424

    Thai
    Moderator

    Hi There,

    Thanks for writing in!

    Try adding following CSS under Customize > Custom > CSS:

    .woocommerce li.product .entry-header .button, 
    .woocommerce-page li.product .entry-header .button {
        background-color: rgba(51, 49, 62, 0.53);
    }

    Hope it helps.

    #669766

    shootsandmore
    Participant

    TNX! This helped

    #669770

    Thai
    Moderator

    You’re most welcome 🙂