Hello there,
I’d like to have an opaque header & footer with a semi-transparent content area and container (basically, all white space between header & footer), but I’m having trouble isolating the correct code. I’ve figured it out for the socket, but not for the body of the website. Can you help? Thank you!
Hey 1lizcollins,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#header_main, .main_color {
background: rgba(255,255,255,.7)!important;
}
Best regards,
Vinay