This topic has 10 replies, 4 voices, and was last updated 10 years ago ago by Eva Kemp
Hi,
I want to change the color of the body background for all the website, but It’s not working …
I tried to change it first by the admin panel (Color sheme > Site background), but it’s not working. I always have a white background…
I tried to change it by custom css :
body {
background-color: #CECECE;
}
and it’s not working also ….
How to change it ? This is a very important change option! I hope you have a solution, and that it’s not a bug…
It’s very urgent! I have to do it for my client today!
Thanks for your support!
Regards
Sylvain
Hello,
Please provide us with link to the page and wp-admin access in Private Content.
Regards,
Robert Hall.
Ok, I gave you the info for the admin panel on the private content.
I just want that all the background color for the website is : #CECECE
Could you please, if you find the solution, give to us step by step in public ?
Because if i want to change again the color, I don’t want to ask you everytime to do it 😉
Thanks!!
Regards
Sylvain
Hi,
I need to find the solution at the same problem. I want to change the color of the body background (I need #000000) for all the website, but It’s not working.
In particular I need a dark version of Jewellery theme (black background for all pages and white text). Have you some ready css to implement?
Thanks for your support!
Regards
Anna
Hello ziloub,
You provide us without full access to your admin panel. Also please provide us with FTP credentials in Private Content.
Do you use cache on hosting? You can ask to your hosting about this issue.
Regards,
Robert Hall.
Hello mindthesign,
Please provide us with wp-admin and FTP credentials in Private Content.
Regards,
Robert Hall.
Hi,
I gave you the full access for the admin panel ! (it’s my admin account, I can’t give you more …).
I don’t understand what you said about “cache on hosting”. Could you explain more about that ? But if i change something on the website, I can normaly see the change just after. I don’t have to clear any cache.. So I really don’t think it’s that.
Anyway, on the admin panel, there is an option to normaly change the background of the website (solid color or image), and it’s not working (and I’m not alone to tell you that it’s not working).
So I think you have something wrong on your Royal theme, and we would like a solution, not a “turn over” please …
Regards
Sylvain
I send you everything in private content.
I’ve installed Jewellery theme in a subdirectory to try the complete functions
but it does’n import revolution slider data. Could you give the all slide layout (.txt file to import)?
Thanks!!
Hello @ziloub,
Please add this code in custom.css file to change the background color:
.st-content {
background: #CECECE !important;
}
Thank you.
Regards,
Eva Kemp.
Hello @mindthesign,
The slider can’t be imported because ZipArchive extension is not enabled on a server at your hosting provider. Please contact them concerning this issue.
To make the background color black you need add this code in custom.css file:
.st-content, .header-type-7 .top-bar, .fixed-header-area {
background: #000 !important;
}
a {color: white !important;}
Thank you.
Regards,
Eva Kemp.
The issue related to '‘How to change the body background color for all the website ??’' has been successfully resolved, and the topic is now closed for further responses