Tagged: Full Width Slider
how do i change the color of the radial buttons on the slider control’s for full width slider?
can you please help?
Hey appsolutelymediallc,
Thanks for reaching out to us!
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top .av-control-minimal-dark .avia-slideshow-arrows a:before {
border-color: #719430;
}
#top .av-control-minimal-dark .avia-slideshow-arrows a {
color: #719430;
}
Best regards,
Jordan
Thanks Jordan! So sorry for the delay…. took us a while to figure out how to find our own thread again.
Hi,
Thanks for the feedback, so I’m guessing Jordans fix worked?
Best regards,
Rikard
Yes Rikard, Jordan’s Fix worked. Thank you.