Link Color In Top Bar Issue - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Link Color In Top Bar Issue

PB

Paolo Bianchi

Helix Framework 3 years ago

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?

0
4 Answers
Ariba
Ariba
Accepted Answer
Support Agent 3 years ago #71563

Hello

Thank you for your query

For the links (social icons and contact informations) - Please add the following css rule in custom css section

#sp-top-bar a {
  color: #fff;
}
0
PB
Paolo Bianchi
Accepted Answer
3 years ago #71562
0
PB
Paolo Bianchi
Accepted Answer
3 years ago #71564

thanks Ariba for your kind answer

0
Ariba
Ariba
Accepted Answer
Support Agent 3 years ago #71576

You are most welcome :)

0