Tagged: ,

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #532390

    Hello !
    I use a Easy slider Full width and I would like to hide the white square stroke around arrows but I do not find the right code. Someone have an idea?
    arrow

    #532751

    Hey AlainTernet!

    Can you send us a link to your page so we can take a look? You can set your reply as private if you wish.

    Cheers!
    Elliott

    #532760

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #top .avia-small-width-slider .avia-slideshow-arrows a { border: none !important; }

    Cheers!
    Yigit

    #605501

    Hi! I’m trying to do the exact same thing, ie. removing the border from the arrows. I added the CSS to my child theme’s style.css but no luck. Link is in the private section.

    Thanks for helping.
    Daniel

    #605503

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #top .av-control-minimal .avia-slideshow-arrows a:before {
        border: none;
    }

    Cheers!
    Yigit

    #605504

    AWESOME reply time! Thanks! It works :)

    #605506

    Hey!

    #TeamKriesi :)
    You are welcome. Let us know if you have any other questions or issues :)

    Cheers!
    Yigit

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Easy Slider: Hiding the square around the arrow’ is closed to new replies.