Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #278213

    Hello,
    I’m trying to add a background color to a single column on a page.
    After searching through the forums it looks like I should be using this code:

    .page-id-2897 .flex_column .av_one_forth .first {
        background-color:red;
    }

    But it’s not working. Am I missing a class?

    Thank you,
    Holly

    #278238

    Hi Holly!

    This will do it:

    .page-id-2897 .flex_column.av_one_fourth {
        background-color: red !important;
        padding: 20px; /* added padding too */
    }

    Regards,
    Josue

    #278384

    Hello Josue,

    I tried it as you have the code above (pasted into my quick CSS) , as well as removing the .page-id-2897 class to see if that made a difference, and neither shows the new background color.

    Does it matter that the 1/4 column has a widget content area inside?

    Thank you again!!
    Holly

    #278391

    Hey Holly!

    The code is not being added here nor here. Make sure you refresh your CDN content with the new code.

    Regards,
    Josue

    #278685

    Oh thank you Josue!!!!

    I just implemented the CDN, totally forgot that it needs to be purged. Thanks again!!!!

    #278686

    You are welcome, always glad to help :)

    Regards,
    Josue

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Background Colors on Columns’ is closed to new replies.