Home › Forums › Weaver Xtreme Theme › Issues after applying version 5.0.1 › Reply To: Issues after applying version 5.0.1
January 2, 2022 at 21:40 UTC - Views: 12
#70090
Participant
I had a couple of other sites where I had lost the background color and I was able to get them back by creating a CSS rule in the Global Custom CSS rule box:
body.custom-background {
background-color: #087ea8 !important;
}
This worked but, should this only be considered a temporary fix until V5.0.4 comes out?