Change footer background color & text color
-
I’ve tried a million ways to do this via CSS, using the handles found via the browser dev tools, but nothing seems to affect the footer. My latest attempt was:
.footer-bottom {
–color: #ffffff !important;
–bgcolor: #383838 !important;
color: #ffffff !important;
background: #383838 !important;
background-color: #383838 !important;
}I left both the “–bgcolor:” and more normal “background-color:” settings in there, hoping one or the other would work. I also tried it with just one of each, no change.
Also tried “#site-footer”.
How can I change the footer background color & text color in Neve? Thanks!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.