- This topic has 1 reply, 2 voices, and was last updated 4 years, 9 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Support › Forums › Sunshine Pro Theme › Footer widgets – change background color
Tagged: footer widgets
Hi Guys – I love this theme, as you know. My client has asked me to change the background color of the footer widgets and of the area they sit in (sorry, not a tech). It’s the bit between the horizontal line above footer itself and before the page content. Can you help me? – Thanks – Naomi
I understand, you are referring to the whole horizontal area that contain footer widgets.
If yes, in style.css file change…
.footer-widgets {
border-top: 1px solid #f5f5f5;
clear: both;
padding-top: 30px;
}
to…
.footer-widgets {
border-top: 1px solid #f5f5f5;
clear: both;
padding-top: 30px;
background: #eee;
}