How to change footer color?
-
I need help changing the footer color. The color is a gray, and I want to change it to a teal. I can get the color code, just what code do I type in to the CSS thank you.
The blog I need help with is: (visible only to logged in users)
-
Hi @kevinoleksiak,
Try out this code. Adjust code as needed.
.site-footer {
background-color: #6636cc;
}
- The topic ‘How to change footer color?’ is closed to new replies.