Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #962268

    Hello,

    I have tried to insert a background to my transparent header, but I could not, I want to highlight the contents of the menu, but the time I would like it to look a bit transparent and have a shadow to make it look more beautiful.

    I have this code but is not correct,

    div#header_main {
    background-color: white;
    opacity: 0.5 !important;
    }

    .html_header_top.html_header_sticky #header {
    position: fixed;
    box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.5);
    }

    #962283

    Hey honkatech,

    Please provide a link to the site/page in question so we can have a better idea of what you need.

    Best regards,
    Jordan Shannon

    #962302

    Sorry,i found it the solution into your documentation.

    I found this:

    #top .av_header_transparency {
    background: rgba(0, 0, 0, 0.6);
    }

    #962311

    Hi,

    Great! I’m glad you were able to find your solution. If you need additional help, please let us know here in the forums,

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Header background with transparent and shadow’ is closed to new replies.