Archived topic
Customize footer widget
3 replies · Started by Chris on June 21, 2018
Viewing posts 1–4 of 4
I would love o customize my footer like this site.
Allthingswaterproof.com
Any ideas on the css I could add?
Hi Chris, we could begin with some CSS like so:
.site-footer .widget-title {
background-color: #111;
color: #fff;
text-align: center;
padding: 10px;
margin-bottom: 0px
}
.footer-widgets .footer-widgets-container .inside-footer-widgets .widget > div {
background-color: #222;
color: #fff;
padding: 15px;
}
That worked great. Thanks so much.
Glad to be of help
This archived topic is closed to new replies.