Home › Forums › Weaver Xtreme Theme › Colors
- This topic has 7 replies, 3 voices, and was last updated 5 months, 1 week ago by
scrambler.
-
AuthorPosts
-
March 3, 2022 at 17:49 UTC - Views: 57 #70499
Pietertje
ParticipantHello,
I can not change the colors of my site anymore, did something go wrong with the update’s?
I am using Weaver Xtreme with WordPress 5.9.1
The picture shows that i want to make my background blue, it is published, but on my site it is brown (old color)Peter
March 3, 2022 at 20:43 UTC - Views: 53 #70501scrambler
ModeratorPlease provide a link to your site.
If the changes show if the Customizer preview, and if after you publish the changes they do not show up in the live site, make sure to clear ALL your caches from Plugin or service like Cloudflare.
If after that the changes still do not show on the public site, try to go to the theme Legacy Admin in Appearance > Xtreme Admin > Main options and click on save settings there.
To have access to the legacy admin, you must have the Xtreme Theme Support plugin installed (which is also needed for other features)
March 4, 2022 at 08:22 UTC - Views: 48 #70505Pietertje
ParticipantHello Scrambler,
Sorry i forgot the link to my site. The link is Fleur Radio
I did also ask for this problem on the WordPress forum.
Guido(@guido07111975) pointed out a line on my site that can help finding the problem.<style type=”text/css” id=”custom-background-css”>
body.custom-background { background-color: #604035; }
</style>I did try your option: theme Legacy Admin in Appearance > Xtreme Admin > Main options and saved settings.
Settings
Grtz PeterMarch 4, 2022 at 17:22 UTC - Views: 36 #70506scrambler
ModeratorUnless you entered some custom CSS somewhere, this looks like an old WordPress CSS for the overall background color.
There was a bug at one point that was fixed, so I am not sure why that rule would still be there.
@weaver, do you know what can cause the Inline CSS rule below to be on a site<style type=”text/css” id=”custom-background-css”> body.custom-background { background-color: #604035; } </style>
@pietertje in the mean time you can override that rule by adding the rule below too the theme Global Custom CSS Rule boxbody.custom-background { background-color: #506BE0 !important;}
March 5, 2022 at 00:03 UTC - Views: 33 #70514Pietertje
ParticipantHi Scrambler,
No i did not enter a custom CSS, don’t know much about CSS so i am only using the color box and pick a color from there.
The rule: body.custom-background { background-color: #506BE0 !important;} works for now
grtz Peter
March 6, 2022 at 02:32 UTC - Views: 19 #70518Weaver
KeymasterI don’t know how that rule gets added with the latest versions of Weaver Xtreme.
I recall dealing with the issue, and I thought it went away. I can’t find where that version of a background can be added or removed. I guess your custom css solution might be the only option at this point.
March 7, 2022 at 22:04 UTC - Views: 14 #70524Pietertje
ParticipantHello Scrambler and @Weaver,
Today i received a mail from Guido(@guido07111975) from WordPress with a solution.
I had to remove it from the database myself.
I removed from the file wp_options > theme_mods_weaver-xtreme > the color-number 604035 and chanced the number in front of this color-number from s:6 to s:0
I removed the line: body.custom-background { background-color: #506BE0 !important;} from Global Custom CSS Rule box
and now it works fine, i can now pick any color from the color-box that i want.Thank you for your help and time looking in to this
grtz Peter
March 7, 2022 at 22:32 UTC - Views: 9 #70525scrambler
ModeratorThanks for reporting back
-
AuthorPosts
- You must be logged in to reply to this topic.