• Resolved DouginABQ

    (@douginabq)


    New to this so apologies for what is likely a simple answer to this question.
    I am trying to change the white area on the page referenced above to a different color.
    Thanks!

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • A quick way to do this would be to go to > Customize > Additional CSS and adding the following code:

    .inside-article{background-color: lightgrey !important;}

    Change it to your own color, of course. You can also grab the precise color Hex value from a websites such as Color-Hex.
    I hope this helps.

    Theme Author Tom

    (@edge22)

    Sorry we didn’t get back to you sooner! We weren’t notified of this post for some reason.

    Something like this should do it:

    .separate-containers .inside-article {
        background-color: #DDD;
    }

    Adjust the color value as needed 🙂

    Thread Starter DouginABQ

    (@douginabq)

    Thanks so much Tom!

    Theme Author Tom

    (@edge22)

    You’re welcome 🙂

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Changing Page Background color’ is closed to new replies.