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

    Referance to https://kriesi.at/support/topic/menu-background-always-white/#post-1367046

    This issue has not been solved because when I scroll down a little, header background are changing to white (it is not transparent).

    #1367762

    Hi fabioloutfi,

    Please try to add this CSS code in Enfold > General Styling > Quick CSS:

    #top .av_minimal_header .header_bg {
        opacity: 0.8;
    }

    Just adjust the values from 0 to 1, 0 means fully transparent while 1 is fully white.
    Hope this helps.

    Best regards,
    Nikko

    #1368349

    Hi.

    This help partially, because, not it is transparrent, but there is a border line visibale and fonts are black, but should be white.

    #1368356

    Hi fabioloutfi,

    Please add this CSS code in Enfold > General Styling > Quick CSS:

    .html_header_transparency .av_minimal_header_shadow {
        box-shadow: none;
    }
    
    .html_header_transparency #avia-menu > li > a {
        color: white;
    }

    For the logo, you will need to change it in Theme Options.
    Hope this helps.

    Best regards,
    Nikko

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