Forums
Forums / Fixing WordPress / CSS for theme footer
(@cahallyburton)
7 years, 10 months ago
I’m using the following css code in an effort to change the background color of my footer area, but as you can see if you view the site, the area’s background remain a dark shade of grayish-black.
.site-footer { background-color: #e6f7dc; color: #FFF; }
.site-footer a { color: #FFF; }
Is there a problem with this code, and where should I insert it into the css stylesheet once the code is corrected?
Thanks for any help!
The page I need help with: [log in to see the link]
(@rossmitchell)
The best place to put this css is in the customizer > additional css tab. The next best place is in the style.css file of your child theme.
(@felipevelzani)
Hi there,
You can change it by using the following CSS:
media (min-width: 768px) .footer-credits { background-color: #e6f7dc; color: #FFF; }
Works perfectly…thanks!
Thanks so much…we’re up and running!
Nice that it is up and running! 🙂
In case you need help with something else, just open a new topic.
The topic ‘CSS for theme footer’ is closed to new replies.