Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #82623
    jascmeen
    Member

    hi,

    how do i get rid of the arrows (not the dots) in the slider?

    http://www.jascmeen.com

    thx!

    #82635
    Mahesh
    Participant

    Hi @jascmeen,

    Thank you for using Full Frame Pro.
    Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS:

    #feature-slider .cycle-prev, 
    #feature-slider .cycle-next {
        display: none;
    }

    Regards,
    Mahesh

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Get rid of arrows’ is closed to new replies.