This topic has 7 replies, 2 voices, and was last updated 7 years, 10 months ago ago by Eva Kemp
Hello
I have searched previous forum questions for answers to these most basic of requests. Any answers I found do not work:
1/The WP option is always there to try an image file as a main page background, but this then only displays that image in the ‘flash’ loader before the site loads. It will not show that image as a page background which is always white. I cannot find the code in the style.css for this fundamental element. Obviously the “body” class does not seem to override.
2/ I have tried your previous forum answers to centre and reposition the main header navigation menu on desktops only. Your previous code suggestions has little effect and I cannot seem to find the css class that will effectively override.
Hello,
Could you please disable the restriction so we are able to see the site?
Thank you.
Regards,
Eva Kemp.
Hi Eva
I believe I have unlocked your IP from the Ukraine? Try again.
try again
Hello,
1. To show background image you need add this code in Theme Options > Custom CSS > Global Custom CSS:
.st-content {
background-image: url('http://path_to_your_image');
}
2. Please add this code in Custom CSS for desktop:
.navbar-collapse.collapse {
width: 800px;
text-align: center;
margin: 0 auto;
}
Regards,
Eva Kemp.
Thank you Eva. I created a wonderful Legenda site … and it’s simply embarrassing to ask about such a basic element on Royal, it’s a little different. I could not find the relevant class. The code you gave is correct.
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘simple: background image & centred main navigation’' has been successfully resolved, and the topic is now closed for further responses