Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1157199
    Lobsterass
    Participant

    Hi!

    How do I change the overlay color and remove button on related products?
    http://dev.monroedesign.se/shop-vaggdekor/dykare-vaggdekor-brandslackare/

    <3

    #1157232
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    .woocommerce li.product:hover .entry-wrap:before {
        background-color:#ddd !important;
    }
    
    a.button.product_type_variable.add_to_cart_button {
        display: none !important;
    }

    Thanks.

    #1158517
    Lobsterass
    Participant

    Great!Thanx!

    <3

    Just in case somebody else has the same question, there should be a comma in there too. Like this:

    .woocommerce li.product:hover, .entry-wrap:before {
    background-color:#ddd !important;
    }

    a.button.product_type_variable.add_to_cart_button {
    display: none !important;
    }

    #1158667
    Rahul
    Moderator

    Glad we could help you.

    Thanks for the feedback as well.

  • <script> jQuery(function($){ $("#no-reply-1157199 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>