Hi All,
How can I change my footer background to black without using ThemeMagic (it doesn't work) - just like in the JA social II demo website?
For some reason, my default footer colour is white.
Best regards.
marzze
You can use this custom css:
.t3-footer { background: #222222 !important; color: #555555 !important; }
put into the file: /templates/ja_social_ii/css/custom.css (Create this file if it doesn't exist)
Thanks saguaros! It worked like a charm