[Resolved] page content background color-elements

Home Forums Support [Resolved] page content background color-elements

Home Forums Support page content background color-elements

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1125426
    Petr

    Greetings,
    I am using the latest Pro version of GP and I am trying to create a special page via Elements which will have a background color. Elements itself does not know how to change colors. I searched here via old posts but all of the posts are only about background color around the page but not background of the page itself. I mean changing background color of the page content.
    I installed Simple CSS.

    I used this for example:

    .page-id-997 .one-container {
    background-color:#1abc9c;}

    .page-id-997 .container {
    background-color:#1abc9c;}

    But it changed color only around the page but not within the page.
    Can you please help?

    Thank you in advance

    #1125535
    David
    Staff
    Customer Support

    Hi there,

    try this:

    .page-id-997 .inside-article {
        background-color: #1abc9c;
    }
    #1125559
    Petr

    oh, this one.. really, really thank you!

    #1125770
    David
    Staff
    Customer Support

    You’re welcome

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