How can I remove the previous and next button for a Post Slider? I’ve tried:
.avia-slideshow-arrows a {
opacity:0 !Important;
display:block !Important;
}
But it hides the whole Slider instead of the arrows, only.
Any tips appreciated.
Hey Pivou!
Could you please post a link to your page and a screenshot showing the changes you would like to make? You can upload your screenshots on imgur.com or Dropbox public folder and post the links here :)
Regards,
Yigit
Hi Yigit,
see private post below:
Hi,
Please add following code to Quick CSS in Enfold theme options > General Styling tab
.home .prev-slide, .home .next-slide { display: none !important; }
Best regards,
Yigit
Many thanks. You are my hero! :-) That worked fine.
Hi,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Best regards,
Yigit