Change the image navigation button
-
The black Arrow nav button ,inside images of single product page, looks hidden behind dark images.
How to change this navigation button? For something similar as this image below.
Or something with a white shadow circle, behind that black arrow.
Attachments:
You must be
logged in to view attached files.
Hello,
Please change the colors as per your needs and add the code to the Theme Settings > Custom CSS
.woocommerce-product-gallery .owl-nav > div.disabled {
color: rgba(236, 170, 69, 0.74);
background-color: rgba(0,0,0,.4);
}
Best Regards