Hello,
On my homepage the first blog slider’s arrows are not the right color. I’m trying to make them white.
When I hover over the slider, the borders of the slider are right, but the center arrow is not…it looks like it’s black.
Please let me know how I can fix it.
I’m including the sign in info in the private area.
Thank you!
Anyone?
Hi!
Add the following CSS
#top .avia-slideshow-arrows a { color: #fff !Important }
let us know if there is anything else we can help with
Best regards,
Basilis
Thanks for getting back with me Basillis.
I did what you suggested and it didn’t work.
Hi mikkijack,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top .av-control-minimal .avia-slideshow-arrows a:before {
color: #fff;
}
If you need further assistance please let us know.
Best regards,
Victoria
That fixed it! Thank you for your help Victoria!