Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #596365

    How can I do to make the easy slider full width arrows in a CIRCLE not a rectangle?

    #596384

    Hey carmycurly!

    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-radius: 100px; }

    Cheers!
    Yigit

    #596409

    Dont work
    look at http://martinabungalows.cl/web/
    I put a MINIMAL or Default
    but the arrow not in a circle

    #596411

    Hey!

    Please use following code instead

    #top .avia-slideshow-arrows a:before {
        border-radius: 100px!important;
    }

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.