Hi,
How could I remove the frame of the full-screen slideshow minimal arrows? How to get rid of the bullets?
Thanks!
Marijn
Hey marijnmees!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-slideshow-dots { display: none; }
#top .avia-slideshow-arrows a { border: none !important; }
If that does not help, please post the link to your website
Regards,
Yigit
Hi,
Thanks for the quick response. Now the dots are gone but not the frames. Our site: http://www.meesvisser.com
M.
related to this: is is possible to have the scroll down arrow the same as the the previous/next arrows (without frame)? That would look allot sharper.
Thanks.
Hey!
Please add following code to Quick CSS as well
#top .av-control-minimal .avia-slideshow-arrows a:before {
border: none;
}
a.scroll-down-link {
font-size: 50px!important;
}
If you would like to change the icon, please see – http://kriesi.at/documentation/enfold/change-icon-used-for-standard-theme-elements/
Regards,
Yigit
works fine, looks nice!
Thanks!