Top And Footer Background Color. - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Top And Footer Background Color.

R

Robert

Helix Framework 2 years ago

Hello, the color of the topbar and footer presets are still not working as it should. As posted before, color management is not working correct SPBB3. The colors set in template (presets) are not coming through. The topbar and footer stay purple, that was the first color I have selected. Now I changed it to black and it remains purple.

Cleared cache in site and 4 weeks in browser.

Added this lines on my custom css:

#sp-top-bar {
    background: #252525 !important;
    color: #ffffff !important;
}


  #sp-footer, #sp-bottom {
    background: #252525 !important;
    color: #FFFFFF;
}

And still it remains purple.

0
2 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #104005

Hoi Robert,

you made mistake in custom.css syntax.....

you forgot to add "} " and browser cannot read it correctly.

info_273_2023.jpg

you own me pizza ;p


From time to time use CSS Validator.

0
R
Robert
Accepted Answer
2 years ago #104006

Damn, how could I miss that? Time to take a break...

Thx Paul.

0