Hi there,
Love your theme! I am creating a website and need the body (header, content, footer) to be opacity at about 75% so the background image which I have can be seen through the body.
I came across a thread regarding transparent content and header – https://kriesi.at/support/topic/transparent-content-and-header/
The code given by the user works but it makes it 100% transparent which defeats the purpose of the box layout and so forth.
Can someone please help? Link to website is http://www.balletossington.com/events
Thanks!
Hey!
Try adding this code to the Quick CSS:
div.header_bg, #socket {
background-color: rgba(0,0,0,0.75) !important;
}
div.main_color.container_wrap.fullsize {
background: rgba(0,0,0,0.75) !important;
}
#main, .html_stretched #wrap_all{
background: transparent !important;
}
Cheers!
Josue
Works like a charm! Now I have one more question, as you may see it live (www.balletossington.com/events) I’d like to put a background white behind each content box, how could I do this?
Can you post a screenshot/mockup of what would you want to achieve?
Best regards,
Josue