what is the css to remove the border around the sticky header? I need to make it so when you scroll down, the menu flips to a dark blue but without a white border. I have attached a screenshot of what happens.
Hey jmbernstein,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
#top .av_header_with_border.av_header_transparency #header_main {
border: 1px solid red !important;
border-top-color: red !important;
}
#top .av_header_with_border.av_header_transparency .avia-menu.av_menu_icon_beside {
border-color: red !important;
}
I have set the color to red as an example, please change to the color that you would like.
If this doesn’t work for you, please include a link to the page in question so we can examine closer.
Best regards,
Mike
Hi jmbernstein,
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
#header_main {
border: none;
}
.av_header_border_disabled #header_meta {
border-bottom: 1px solid rgba(255,255,255,0.25);
}
If you need further assistance please let us know.
Best regards,
Victoria