Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #56854
    Paul
    Member

    Hi there,

    I read in the support log on how to remove the slider arrows and circles using custom css. However when I add that to our custom css they still remain. Any suggestions?

    Thank you,

    Paul

    #slider-nav { display: none; }

    #feature-slider .cycle-pager { display: none; }

    financeblackbook.com

    #56947
    Sakin
    Keymaster

    @Paul: You can simply add the following css in “Appearance => Customize => Theme Options => Custom CSS” box:

    #feature-slider .cycle-prev:before,
    #feature-slider .cycle-next:before,
    #feature-slider .cycle-pager {
        display: none;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Slider Arrows and Circles’ is closed to new replies.