Semi-transparent background for content
-
There seem to be many posts asking how to make the background semi-transparent. Some indicate the only css to add to the child style.css is:
‘#page{ background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);}’
This makes most of the content area the way I would like it but white panels remain on each of the Pages I created.
I tried to find each container above the content and added this to the child style.css:
‘#main{ background-color: transparent;}
#primary{ background-color: transparent;}
#content{ background-color: transparent;}
#entry-content{ background-color: transparent;}?’This did not help. Here is a screenshot of the page.
I even tried adding !important to no avail. Where is the white color coming from?
- The topic ‘Semi-transparent background for content’ is closed to new replies.