Reply To: Child Theme Differences

Home Forums Support Child Theme Differences Reply To: Child Theme Differences

Home Forums Support Child Theme Differences Reply To: Child Theme Differences

#160015
Suzanne

I am now trying to format the footer widget area with the same white overlay.

Any ideas how I can achieve the same look without using a background image?

Here is my page with the page/site content area the way I want it: http://tinyurl.com/gmwv6us

Here is my css for the footer widget area:
/* START green background for footer widgets */
#footer-widgets{
background: #a4cb86;
padding-left: 50px;
padding-right: 50px;
padding-top: 0px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.site footer-widgets { /* this is not working */
background: #FFF;
}
/* END green background for footer widgets */