Hello there,
Is there a way I can remove the slider arrows on every page/post/portfolio entry of a website?
thanks!
to get a clean lightbox:
to remove the arrows:
button.mfp-arrow {
display: none;
}
remove the X closer
div.avia-popup .mfp-close {
display:none ;
}
tremove the number of the picture
.mfp-counter {
display: none;
}
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-slideshow-arrows {
display: none!important;
}
@victorjaschke Thanks for your help! :)
Cheers!
Yigit
Thanks guys! that worked like a charm :D
cheers!
Hi,
You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Cheers!
Yigit