Background color of web pages

Hi, I want to change the background color of the pages from white to some other color.

I am changing the color in following setting but it is not working.
Options > Layout and Design > Background color

Even I tried to add background image and pattern but these two options did not work

Please guide on it.

Thanks

Hi There,

Thanks for writing in!
The Options > Layout and Design > Background color should change the background color for the entire website.
To change the background image of a specific page you can set it in the page setting section.

If you are using fullwidth page and the background of the content set in page builder then the page or theme option background would be visible. Please clarify this.

If you could send us your website details so that we can give you a proper suggestion for your situation.
Please provide following information:
Set it as Secure Note

  • Link to your site
  • WordPress Admin username / password
  • FTP credentials
    All the best!

Thanks

Hi There,

Thanks for the details!

Please add this custom CSS to your X -> theme option -> Global CSS and let us know how this goes.

.site, .x-site {
    background-color: rgb(243, 245, 246) !important;
}

Hope this helps!

Thanks a lot.
It worked well as required.

Great support.

Hi @ShahzadArif,

Happy to hear that.

FEel free to ask us again.

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.