Hello,
On my home page, I have a Post Slider within a color section that has my alternate content set as the background behind the slider. See: http://legalelevation.com/. The slider is hiding the posts’ titles. If I change the color section then the titles show which makes me think it is just displaying the titles in the same color as the background. Is there a way to make the titles show? I have specified an alternate content font color in general styling and that shows in the “read more” text on the post slider but not for the titles. Any guidance is much appreciated!
Thanks!
Hi Ryan!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.home #av_section_1 h3.slide-entry-title.entry-title {
color: white!important;
}
Best regards,
Yigit
Great! It works perfect. Thank you!