Transparencies How To
PermalinkInsert this code:
header {opacity:.75; filter:alpha(opacity=75); filter: "alpha(opacity=75)"; }
As seen in my screenshot it is what I was after, BUT I am unsure about the transparency for the main white page section which has a color variable in the customize section of Inner Page / Section.
The page at center of the theme appears to be a container and I cannot get it transparent in the custom CSS option.
Anyone can help on this? I simply want the background image to be faintly seen through the main page block.
Cheers

http://athlore.rocks
#innerwrapper {
...
}
background-color: rgba(255, 255, 255, 0.8)
which will give the background color an 80% opacity and leave the blocks fully visible!
Edit: this would include the removal of the current #innerwrapper css...