Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #391748

    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.

    #392263

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.