Best Premium and Free WordPress Themes › Forums › Education Base Pro › Changing font color in featured sliders
- This topic has 4 replies, 2 voices, and was last updated 4 years, 8 months ago by
acmesupports.
Viewing 5 posts - 1 through 5 (of 5 total)
- AuthorPosts
- October 17, 2017 at 8:32 pm #21185
ellens
ParticipantIs there a way to change the font color in the Featured Sliders. It is defaulting to white font, but it is hard to read with the images I am using.
http://www.yourcentersucess.info
Thank you!
October 18, 2017 at 2:29 am #21187acmesupports
ModeratorHello,
Please add the below css codes on Appearance > Customize > Additional CSS. Hope this helps..image-slider-wrapper .banner-title { color: #000 !important; } .image-slider-caption.slideInUp2 { color: #000 !important; }
Please change the color code to your required color.
Regards
October 18, 2017 at 2:29 am #21188acmesupports
ModeratorHello,
Please add the below css codes on Appearance > Customize > Additional CSS. Hope this helps..image-slider-wrapper .banner-title { color: #000 !important; } .image-slider-caption.slideInUp2 { color: #000 !important; }
Please change the color code to your required color.
Regards
October 18, 2017 at 6:11 pm #21220ellens
ParticipantThank you. That worked for the main header, but not the caption below.
October 19, 2017 at 1:48 pm #21240acmesupports
ModeratorTry once by adding this below code,
.image-slider-caption{ color: #000 !important; }
- AuthorPosts
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.