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.
Hi SP,
Thanks so much for your quick response and very helpful advise. It’s working perfectly!
Regards
Tracy