This topic has 7 replies, 3 voices, and was last updated 10 years ago ago by Eva Kemp
Hi there
The left and right arrows in the single product page image gallery are very difficult to see (white on a white background). Is there a way to use darker arrows? Incidentally the same on the home page for the “new” “featured” image galleries.
Thanks!
Lev
Hello,
You can change color of the arrows with this code in custom.css file:
.slider-container .slider-next:before, .slider-container .slider-prev:before, .single-product-page .flex-direction-nav .flex-next:before, .single-product-page .flex-direction-nav .flex-prev:before {
color: #A2A2A2 !important;
}
Change color value to yours.
Regards,
Eva Kemp.
Thank you Eva – is it also possible to change the colour of the square background behind the arrows? Is that a graphic somewhere?
Thanks!
Lev
Oh and one more thing (Sorry I should have checked all in one go) – the arrows and tehir graphical backgrounds only change colour upon “mouse-over” is there a way to permanently change colour so that they stand out more from the beginning?
Thanks!
Hello,
You can do it with following code.
.single-product-page .flex-direction-nav a{
background: red;
}
Regards,
Robert Hall.
Thank you Robert! Worked a treat.
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Product Gallery Image arrows – different colour/darker?’' has been successfully resolved, and the topic is now closed for further responses