Am building a new site using Enfold.
I am trying to insert a color section into a 1/4 page layout block, in order to have the background be a color just for that section. Can this be done? I can’t seem to do it.
Hi webstrats!
That would not be possible. Try using the grid row element and create a 1/4 cell. You can set the background on the cell to whatever you need.
Or drag a codeblock element to your page and add this inside.
<style type = "text/css">
.av_one_fourth { background: red !important; }
</style>
It looks like you only have one 1/4 in the page so the CSS should work.
Best regards,
Elliott