Hi Maureen,
It might help to take a tall cold glass of water and a breather. Sometimes when these things get daunting, I've found that the best cure.
Okay, stepping back from the edge of the cliff, I'm unsure what happened here, but evidently the lower set of boxes where you want the background color set is actually a very easy thing, but for some reason, instead of the boxes being created as I had suggested, they seem to be cloned. This is why it's problematic. When something's cloned and you want to apply CSS to it, that CSS will affect both the parent element as well as the clone.
So, I've isolated the boxes down to the lowest level I can get without getting down to the buttons themselves.
Here's the code:
#boxes .content-pad {
background-color: red;
padding-bottom: 5px;
}
You can change "red" to any color you desire.
If this does not work, I'd strongly recommend hiring a professional developer from our team of Pros at
Please Login or Register to see this Hidden Content
.
That said, the color of the footer also has to be set by CSS.
Here's an example:
#footer {
background-color: #C00000;
clear: both;
color: rgba(255, 255, 255, 0.6);
position: relative;
text-align: left;
}