This topic has 7 replies, 2 voices, and was last updated 7 years, 10 months ago ago by Rose Tyler
Trying to change the colour of the background, but is denied. The change appear when loading the page but then back to same old white. What is wrong?
Regards Ken
Hello,
Could you please provide a link to your website and wp-admin access in Private Content so we could check it?
Regards,
Rose Tyler.
Hi Rose
ok see below
..and background pictures don’t work too
Regards Ken
Hello,
That option is used for Boxed layout. For Wide layout add this code in Global Custom CSS:
.st-content {
background-color: #db8734;
}
Regards,
Rose Tyler.
Hello
ok thanks. I’ll test this later
And for the backgroud image? Do you have a CSS code for that ?
Regards Ken
Hello,
Try this code:
.st-content {
background-image: url('http://path_to_your_image');
}
Regards,
Rose Tyler.
Tagged: change background color, fix issues, templates, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up