Tagged: header css customization
-
AuthorPosts
-
September 4, 2024 at 8:13 pm #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/7R2QHnimy 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;
}September 5, 2024 at 4:12 am #1466266Hey 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,
IsmaelSeptember 16, 2024 at 4:09 pm #1467116solved.. 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.September 16, 2024 at 6:07 pm #1467129Hi,
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 -
AuthorPosts
- The topic ‘header’ is closed to new replies.
