Put this in custom css:
.footer-widgets-wrapper {
background: #000066;
}
Use hex color # of your choice.
Thread Starter
alortiz3
(@alortiz3)
alortiz3
Thank you!
Unfortunately it did not work. Still has the same dark background. Any other suggestions?
Thanks,
Al
Hi,
For changing the footer background color, you can insert the below-mentioned code inside the Additional CSS box.
#top-footer {
background-color: #808080;
}
Note: You can change the hex-code(#808080) to the color of your choice in the background-color.
Thanks.
Thread Starter
alortiz3
(@alortiz3)
alortiz3
That worked, Thank you very much!
Hi,
Glad to know it worked. Feel free to ask again if you get any issues regarding the theme.
Thanks.