Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #145105
    Orlando Mergal
    Participant

    I just activated the Featured Slider on my website (http://www.puertoricophotography.com) and it’s working great. However, I would like to deactivate the arrows that appear at both corners of the images as well as the little bullets that appear at the bottom. I tried the following code but it didn’t work:

    div.cycle-pager span {
    display: none;
    }

    div.cycle-prev {
    display: none;
    }

    Can you help?

    #145116
    Skandha
    Participant

    @accucomm: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

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

    Let me know if this does the trick.
    Also you seem to be using an old version of theme. Please update the theme.
    Kind Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Modify Featured Slider’ is closed to new replies.