Hi @all.
I looking for a way to set background image in the wide Site Layout?
Here a pic as example

This topic has 9 replies, 4 voices, and was last updated 10 years, 4 months ago ago by Robert Hall
Hi @all.
I looking for a way to set background image in the wide Site Layout?
Here a pic as example

Hello,
You can use this code in custom.css to add background image:
.st-content {
background-image: url("http://link_to_your_image") !important;
}
Regards,
Eva Kemp.
Hello Eva,
thenks for your help.
But sorry, can you tell me this in detail?
Where can I find the custom.css?
Sorry I’m still a noob
Hello,
Navigate to Dashboard->Theme options->Custom CSS and add code above into Global Custom CSS.
Regards,
Robert Hall.
Hello Mem0rex,
You need to navigate to Theme options > Custom css > Global Custom CSS and add there needed code.
Regards,
Stan Russell.
In Custom CSS, I can edit anything.
Do I need maybe advance what enable in the Theme setings?
If you want to look at it here my data:
Hello,
I’ve added this code in Global Custom CSS. Please check Home Page now.
.st-content {
background: url("http://dev.alexander-shorokhoff-boutique.de/wp-content/uploads/2015/08/asum-bg-header2.png") no-repeat scroll left center;
}
Regards,
Robert Hall.
Thanks Robert 🙂
Now I have also found it.
I have look at the main WP options not in the Royal Theme Options.
Now I understand
Thanks for your Help!
You’re welcome!
Regards,
Robert Hall.
The issue related to '‘Looking for a way to set background image in the wide Site Layout?’' has been successfully resolved, and the topic is now closed for further responses