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.