Tagged: arrow, easy slider
Hello !
I use a Easy slider Full width and I would like to hide the white square stroke around arrows but I do not find the right code. Someone have an idea?
Hey AlainTernet!
Can you send us a link to your page so we can take a look? You can set your reply as private if you wish.
Cheers!
Elliott
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .avia-small-width-slider .avia-slideshow-arrows a { border: none !important; }
Cheers!
Yigit
Hi! I’m trying to do the exact same thing, ie. removing the border from the arrows. I added the CSS to my child theme’s style.css but no luck. Link is in the private section.
Thanks for helping.
Daniel
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .av-control-minimal .avia-slideshow-arrows a:before {
border: none;
}
Cheers!
Yigit
AWESOME reply time! Thanks! It works :)