Tagged: background image, color section, enfold
Hi all, I’m using a background image for the main content and then a color section. The problem is that the color section doe snot display the color in the front end.
Any ideas on how to solve this?
Thanks in advance.
Jorge.
Hi Jorge!
The background color is taking effect: http://screencast.com/t/r43x69S9kxgW
I guess what you want is to make the background color to override the background image, try adding this code to the Quick CSS:
#av_section_1 {
background: black !important;
}
Regards,
Josue
Hi Josue, thanks for the tip. Now, what do I need to change in order to get the titles in white?
Hi!
Add this too:
#av_section_1 h3, #av_section_1 div{
color: white;
}
I suggest setting a unique ID to that color section so it won’t affect other sections in the site (you’d need to update the Quick CSS codes too).
Best regards,
Josue
Thank you.
You are welcome, always glad to help :)
Regards,
Josue