Hi, I have a custom color section with a title and blue color background in it and below that section I have a blog posts widget – http://screencast.com/t/Fj448Q5bOOI
But on the page it looks like this – http://screencast.com/t/eFt1I5hX6Pk
The background color from the custom section also effects the blog post widget and that shouldn’t happen from my previous experience with how the Avia Layout Builder works… right?
Hey DROR!
Please add following code to Quick CSS
#av_section_3 h3.slide-entry-title.entry-title {
color: white;
}
Regards,
Yigit
Thanks.