When adding an image background to the body, the main discussions container becomes transparent. Normal.
So, I would like to add a white background to discussions .container
.
But! The discussions .container
and the Hero's .container
are inside the same #content
ID.
How can I target the discussions .container
only?
Here is a screenshot:
http://i.imgur.com/q3HVvDP.png
Can anyone bring some light into my life? please ?
This will change the color to my target but will also change the color to Hero's container
#content .container {background-color:#fff;}