Arrows from Products Gallery
-
Hi, i have tried to change the css Arrows from Products Gallery
.woocommerce-product-gallery .slick-slider>button {
background-color: #c01157;
color: #ffffff;
}
but it dont work on all products….
can you help me please
Attachments:
You must be
logged in to view attached files.
Hello,
Please replace the CSS you added with the following then check back.
.single-product .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
background-color: #c01157;
color: #fff;
}
Best Regards