Footer color
-
I have the anemone platform and want to change the black Footer color, is it possible??
The blog I need help with is: (visible only to logged in users)
-
Hi Anders,
You can change the color by using this CSS:
.site-footer-bottom-perspective { background: #FF0000; } .site-info { background: #FF0000; }You can enter the CSS under the Customize page, in the tab that says “CSS”.
Instead of #FF0000 (which is red), you can replace the color you want.
- The topic ‘Footer color’ is closed to new replies.