This topic has 6 replies, 2 voices, and was last updated 8 years, 1 months ago ago by Jack Richardson
Hi!
I’m trying to change the site background from the theme options but nothing happens.
What should I do to get this working?
Thanks in advance!
Hello,
This option is used for Boxed layout. If you’re using Wide layout add this code in custom.css file:
.wide .wrapper {
background: pink !important;
}
Best regards,
Jack Richardson.
Thanks for the code!
Is it possible to use the same background color in the shop pages and everywhere? Now the page edges are pink but the center of the page still has a white background.
Hello,
Also use this code:
.container {
background-color: pink;
}
Best regards,
Jack Richardson.
Thank you!!!
You can now close this topic 🙂
Hello,
You’re welcome.
Best regards,
Jack Richardson.
The issue related to '‘Site Background / Theme options doesn't work?’' has been successfully resolved, and the topic is now closed for further responses