Support › Forums › Sunshine Pro Theme › Footer widgets – change background color › Reply To: Footer widgets – change background color
April 25, 2016 at 11:43 am
#1016
Moderator
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;
}