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

    hello, theres a way to make the header stop changing color from white to grey in scrolled-header?
    a set of images of what im talking about: https://imgur.com/a/7R2QHni

    my site: http://novo.strokmatic.com/

    just remebering my lastest modifications in this component:

    /*header-custom BG*/
    #top .av_header_transparency .header_bg {
    opacity: 1;
    filter: alpha(opacity=100);
    }

    html.html_header_transparency #top #header:not(.av_header_transparency) .header_bg {
    background-color: rgba(0,0,0,0.7) !important;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    }

    html.html_header_transparency #top .av_header_transparency .header_bg {
    background-color: rgba(0,0,0,0.4) !important;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    }

    /*no lines at Header*/
    #top .avia-menu.av_menu_icon_beside {
    border: none !important;
    }

    /*in case the header is solid logo goes blue*/
    html:not(.html_header_transparency) #header .logo svg path {
    fill: #173F6B !important;
    }

    #1466266

    Hey tiago,

    Thank you for the inquiry.

    The background color of the header is black both initially and when scrolling, when we checked. Have you tried adjusting the color value in the Enfold > General Styling > Logo Area > Logo Area Background Color field?

    Best regards,
    Ismael

    #1467116

    solved.. the small header drinks from: “Logo Area Secondary Font Color” field, if this is #ffffff as the “Logo Area Font Color” it works.
    a very non-intuituve UX.

    #1467129

    Hi,
    Glad to hear that you have this sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘header’ is closed to new replies.