Tagged: background, Color, footer
Since last update, I go to change footer color. Nothing changes. Cleared cache on site and cloudflare
Even added custom css and did not work.
.footer_color { background-color: ##5A7D53 !important!;
}
.footer_color { background-color: #5A7D53 !important!;
}
Hi daves1997,
The code is invalid because of the ! at the end, please change the code to:
.footer_color {
background-color: #f5f5f5 !important;
}
Hope this helps.
Best regards,
Nikko