Archived topic
Change color within Footer Text Widget
3 replies · Started by GE on March 15, 2015
Hi.
I want to change the color of my Footer Text Widget (i want it the same color as my body text). When i change it with my addons it changes the colour in the width of the entire screen. I want it only in the part where i have my text.
Hi there,
I'm not sure what you mean by "it changes the color in the width of the entire screen"?
Are you trying to change the text color? If so, the option in the Colors add-on should only change the text color within the footer widgets.
Hi Tom,
Thanks for helping me.
I only want to change the background within the entire Footer Text Widget, and that for each of the three footer widgets. So exactly the space i use Footer Widget 1, Footer Widget 2, and Footer Widget 3.
Thanks in advance!
Greetings
GEAP
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 :)