Footer Colour
-
Hi
I tried using help in previous question but not having success.
I would like to have the footer colour change but I have no idea how to use the custom CSS.
Any help would be appreciated.
Thanks
Lydia
The blog I need help with is: (visible only to logged in users)
-
Hi,
thank you for using our theme.
You can read more about the Custom CSS here: https://en.support.wordpress.com/custom-css/ and this is what you can use to change the footer background color:
.footer { background: #cd736b; }
and change #cd736b with your own color. The second, easier option is to use Custom Colors feature: https://en.support.wordpress.com/custom-design/custom-colors/
Hope this helps.
All the best,
Ana -
Hi Ana
I am sorry but can you be more specific? When I put that code in .footer {
background: #cd736b;
} it does not change the footer colour. I changed the code to what I wanted and it does not change.Thanks
Lydia
-
-
- The topic ‘Footer Colour’ is closed to new replies.