Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1179472

    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.

    #1179476

    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

    #1179661

    Hi Yigit,
    see private post below:

    #1179898

    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

    #1179953

    Many thanks. You are my hero! :-) That worked fine.

    • This reply was modified 4 years, 9 months ago by Pivou.
    #1179961

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘(Blog) Post Slider: Remove next + previous buttons ?’ is closed to new replies.