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

    Hi guys. Love the Enfold theme. Searched your forum for an answer, but seems nobody else asked for this one. I have tried to make just the header transparent, but leave the menu not transparent. The code I have used unfortunately makes both the header and menu transparent, which makes seeing the menu a problem. I used the following code, which is wrong.

    .header_bg, #avia-menu, .main_color{
    background: transparent !important;
    }

    What CSS code could I use that would only allow the header to be transparent, but the menu would be normal?
    Website I am using is http://www.fireinvestigatordirectory.com. Thank you in advance. Have a great day.

    • This topic was modified 10 years, 1 month ago by steven1000.
    #244971

    Hi Steven!

    Try the following code:

    .header_bg{
        background: transparent !important;
    }
    #header_main_alternate{
        background: white
    }

    Cheers!
    Josue

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