Tagged: x Author Posts September 1, 2016 at 12:37 pm #1157199 LobsterassParticipant Hi! How do I change the overlay color and remove button on related products? http://dev.monroedesign.se/shop-vaggdekor/dykare-vaggdekor-brandslackare/ <3 September 1, 2016 at 1:21 pm #1157232 Prasant RaiModerator 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. September 2, 2016 at 9:23 am #1158517 LobsterassParticipant 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; } September 2, 2016 at 11:46 am #1158667 RahulModerator Glad we could help you. Thanks for the feedback as well. Author Posts <script> jQuery(function($){ $("#no-reply-1157199 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In