Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1252224

    Hi
    My Header is not transparent only under 680 px size (appears black above the picture). It works perfectly on PC and Tablet bigger sizes. I’ve tried this code but there is no change :

    @media only screen and (max-width: 767px)
    {
    #top #wrap_all .av_header_transparency
    {
    background: transparent;
    position: absolute!important;
    }
    }

    #1252359

    Hey Renaud,
    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 989px) {
    #top #wrap_all .av_header_transparency {
        background: transparent;
        position: absolute!important;
    }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1252372
    This reply has been marked as private.
    #1252477

    Thank you Victoria
    Transparency works perfectly.

    However the header menu is hidden when scrolling down. How to do to show it same as bigger sizes screen ?

    #1252628

    Hi Reno68100,

    Here are the docs for you:

    If you need further assistance please let us know.
    Best regards,
    Victoria

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