Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #737406

    Hello there,
    Is there a way I can remove the slider arrows on every page/post/portfolio entry of a website?
    thanks!

    #737422

    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;
    }

    #737471

    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

    #737654

    Thanks guys! that worked like a charm :D
    cheers!

    #737703

    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

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘remove slider arrows’ is closed to new replies.