Style of pagination and arrows do not work in Carousel
-
Hello.
Since the new theme version there are options to customize the styles of the arrows and pagination. Unfortunately this does not seem to work?
I have set the arrows in white and slightly larger. However, they are displayed in gray (the arrows are barely visible to users on the images).
After setting, I cleared the cache in WP, as well as in the browser. Unfortunately no change, even in incognito mode the arrows are gray)
What could be the reason?
Attachments:
You must be
logged in to view attached files.
Hello,
Make sure that you have updated the “Woodmart Core” plugin to the latest version in Dashboard -> Plugins.
Don’t hesitate to let me know if you need any further help or any other info.
Kind Regards
Hi. It`s up to date (Core 1.0.42)
The changes are not adopted (Theme Settings – Styles and Colors – Carousel)
Or do these settings not apply to the images in the single product?
Hello,
Sorry. You are right, it works for the carousels, but the arrows shown on your screenshot are related to the Gallery so those settings will not work the the product page gallery.
If you want to change arrows color, I suggest you use the below code.
.woocommerce-product-gallery .wd-nav-arrows {
--wd-arrow-color: blue;
--wd-arrow-color-hover: green;
}
Kind Regards