Is there a way to have a separate background color in different layout elements?
Example: I want to have one color background for say 3/5 of the page and in the other 2/5 I would like a different color to help separate the two. Right now you can’t have a separate colored section for the different layout elements.
Thanks, great theme,
Steve
Hey svreatt!
Thank you for using the theme.
It is actually possible but we need to see the actual page with the layouts to look for the proper css selector. The css will probably look like this:
.flex_column.av_two_fifth.first.avia-builder-el-0.el_before_av_three_fifth.avia-builder-el-first {
background: red;
}
.flex_column.av_three_fifth.avia-builder-el-2.el_after_av_two_fifth.el_before_av_section.avia-builder-el-last {
background: blue;
}
A screenshot of what you’re trying to do will help. You can use imgur, dropbox etc for the screenshot.
Regards,
Ismael