Tagged: featured slider
- This topic has 7 replies, 3 voices, and was last updated 7 years, 6 months ago by Mahesh.
-
AuthorPosts
-
November 21, 2016 at 6:54 pm #103658HaboParticipant
Apparently the dots on the featured slider are transparant and blue.
How can I edit these colors?(I use Catch Responsive, but somehow that was not listed, so I chose Catch Adaptive Pro as Forum).
November 22, 2016 at 9:37 am #103687MaheshParticipant@habo: I checked the list, and it is listed there. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
/* Active dots */ #feature-slider .cycle-pager span.cycle-pager-active { color: #00ff00;; } /* Regular dots */ #feature-slider .cycle-pager span { color: #0000ff; }
Please change the color as desired.
Regards,
MaheshNovember 22, 2016 at 2:41 pm #103702HaboParticipantThanks Mahesh, it works!
November 22, 2016 at 2:57 pm #103704June 5, 2017 at 7:44 pm #116790Lorenzo BelliParticipantThis doesn’t seems to work for me after saving it I can’t see any changes. Am I missing something?
June 6, 2017 at 3:11 am #116808June 6, 2017 at 5:00 pm #116850Lorenzo BelliParticipantThe site is http://sherize.com/
The dots on the slider bottom and the vertical dots appearing while loading the slider are still of the original color (red and white).June 7, 2017 at 2:20 am #116891MaheshParticipant@krywen: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
.slides-pagination a:hover, .slides-pagination a.current { background-color: #fff000; color: #fff000; } .preloader .pre-bounce1, .preloader .pre-bounce2 { background-color: #fff000; }
Note: Please change the color as desired.
Regards,
Mahesh -
AuthorPosts
- The topic ‘How to change the color of the three dots of the Featured Slider?’ is closed to new replies.