Hello,
in many websites that I manage, all based on Helix Ultimate and SP Page Builder, almost every time I upgrade Helix Ultimate to the next version, the background color of the main-body changes from the original #fff and
auto-switches to # C29494, and this happens frequently on many sites.
I usually remedy by entering this custom css:
sp-main-body {
background: #fff;
}
or
body, .sp-preloader {
background-color: #fff;
color: #252525;
}
Joomla: 3.10.9
Helix Ultimate: 2.0.9
SP Page Builder: 3.8.6
Furthermore, the controls on the template style management are practically locked, as it is impossible to change that color from there.
The same happens to me about the Top Bar:
The links I want #fff appear gray to me and even if I try to change the color of the text from the template style manager nothing happens.
To do this I have to use a custom css for the text, but for the links (social icons and contact informations) I couldn't.
It's a bit frustrating because it happens to me on a lot of sites.
Can you kindly help me?