Comments 1trendheim started the conversationApril 22, 2020 at 7:55amHi, where do I change the color of the hover effect on a product in woocommerce? Thanks1 Like 7,092Oliver repliedApril 22, 2020 at 11:03amHI! pls. use following css: body .products .product-image .woo-product-overlay { background: rgba(0, 188, 212, 0.3); } Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliver 1trendheim repliedApril 22, 2020 at 1:50pmThanks - looks like it changes the overlay - but then it appears again when the layer with "photo-icon" comes and on the thumbnails down under the main image. How can I remove it? Make it transparent? 1Saif Ali repliedApril 22, 2020 at 9:09pmI guess it would be only. body .products .product-image .woo-product-overlay:hover { background: rgba(0, 188, 212, 0.3); } trendheim replied privately 7,092Oliver repliedApril 23, 2020 at 12:23pmHI! pls. use following css: body .gem-gallery .gem-gallery-preview-carousel-wrap .gem-gallery-item a:before { background-color: transparent; } body .gem-gallery .gem-gallery-thumbs-carousel-wrap .gem-gallery-item a:before, body .gem-gallery-hover-default .active .gem-gallery-item-image:after { background-color: transparent; } body .gem-gallery .gem-gallery-thumbs-carousel-wrap .gem-gallery-item.active svg { display: none; } Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliver Sign in to reply ...
Hi, where do I change the color of the hover effect on a product in woocommerce? Thanks
HI!
pls. use following css:
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
Thanks - looks like it changes the overlay - but then it appears again when the layer with "photo-icon" comes and on the thumbnails down under the main image. How can I remove it? Make it transparent?
I guess it would be only.
HI!
pls. use following css:
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver