Reply To: Change color within Footer Text Widget

Home Forums Support Change color within Footer Text Widget Reply To: Change color within Footer Text Widget

Home Forums Support Change color within Footer Text Widget Reply To: Change color within Footer Text Widget

#88031
Tom
Lead Developer
Lead Developer

Hmm, so you want the footer widgets to be separated instead of in one container?

First, remove the footer widget background in Customize > Colors.

Then, add this and adjust:

.footer-widgets .widget {
    background: none repeat scroll 0 0 #fff;
    margin: 0 10px;
    padding-bottom: 40px;
    padding-top: 40px;
}

Hope I’m understanding correctly 🙂