• Resolved tbarlow

    (@tbarlow)


    Hi there,

    I’m wanting to change the colour of the white background behind the content but not sure where to amend in the stylesheet. Can someone please assist.

    Thank you in advance!

    Tracy

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Shaped Pixels

    (@shaped-pixels)

    Hi Tracy….Longevity does not have that option setting built in because of the curved graphic is a solid image and has a white background to it. So if you change the content area background, the curved graphic will still have white. One other person posted a similar question:

    https://ww.wp.xz.cn/support/topic/changing-background-page-colour?replies=6

    As the solution was posted, you can still change it using custom CSS like this:

    #content {
    background-color: #ffffff;
    }

    …change the colour to your own though. Default is white (#ffffff)

    One note: If you are not using a child theme, you should use a plugin like Simple Custom CSS to override the theme’s own stylesheet so that whenever there’s an update, you won’t lose your changes.

    Thread Starter tbarlow

    (@tbarlow)

    Hi SP,

    Thanks so much for your quick response and very helpful advise. It’s working perfectly!

    Regards
    Tracy

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

The topic ‘Changing the white background behind content’ is closed to new replies.