Tagged: full width easy slider
Hello, I am using the Full Width Easy Slider.
Is it possible to “frame” the arrows and circles just like we can do with the captions?
I am using minimal white as control styling and would like to have a black background underneath my white arrows and circles.
Thanks for your help.
Hey IngeniumCanada,
Could you post a link to the page in question so that we can take a closer look please?
Best regards,
Rikard
Hello Rikard.
Here is a link to the page in which I am using the Full Width Easy Slider with Minimal White as Control Styling and Framed Captions.
Best regards,
Helene
Hi IngeniumCanada,
Could you please attach a mockup of what you’re trying to achieve?
Best regards,
Victoria
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
/* CSS - Slider Navigation */
/* Easyslider navigation arrow */
#top .avia-slideshow-arrows a {
/*Your style here */
background: rgba(0,0,0,.5)!important;
}
/* Easyslider navigation dots */
#top .avia-slideshow-dots a {
/*Your style here */
background: rgba(0,0,0,.9)!important;
}
/* Easyslider navigation actvive dots */
#top .avia-slideshow-dots a.active {
/*Your style here */
background: rgba(255,255,255,.9)!important;
}
/* End CSS */
For more info please refer to https://kriesi.at/documentation/enfold/fullwidth-easy-slider/#slider-arrows
Result:
Best regards,
Vinay
Many thanks Vinay! It’s working perfectly!
Hi,
Awesome! -rGlad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)
Best regards,
Ismael