Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #636936

    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!

    #637115

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.