Help with changing CSS for background-color and font color in footer
-
I’m wanting to change my footer area (Arrovox, LLC, Los Angeles) text to white and the background to a gray.
The site is on the Genesis framework with the Genesis Sample theme and Gutenberg plugin.
I’ve been reading about how I can change CSS without going into style.css, which would be great, as I’m not that proficient with WordPress.
I’ve successfully changed the font and background colors using Inspect, but am not sure where to change the code besides in style.css.
Is the best way to do this in Customize > Additional CSS? I’ve added the code below there, but to no effect.
.footer-widgets {
background-color: #3d444c;
color: white;
}If anyone can give me any guidance, that would be great.
thx
dougThe page I need help with: [log in to see the link]
- The topic ‘Help with changing CSS for background-color and font color in footer’ is closed to new replies.