Tagged: featured slider
- This topic has 1 reply, 2 voices, and was last updated 6 years, 6 months ago by Skandha.
Viewing 2 posts - 1 through 2 (of 2 total)
-
AuthorPosts
-
May 3, 2018 at 1:33 pm #145105Orlando MergalParticipant
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?
May 3, 2018 at 11:38 pm #145116SkandhaParticipant@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 -
AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)
- The topic ‘Modify Featured Slider’ is closed to new replies.