How do I remove the faint white line between the menu and social icons in the header?
Hey Team100,
Please try the following in Quick CSS under Enfold->General Styling:
.av_header_glassy.av_header_transparency .avia-menu.av_menu_icon_beside {
border-color: transparent;
}
Best regards,
Rikard
Sadly that code did not work.
Please advise.
Hi,
Did you add the code to the very top of quick css so it runs first? Also, be sure to clear the cache a few times over.
Best regards,
Jordan Shannon
Yes, I tried that… How does it look on your end?
Hi,
Add this to quick css:
#top .av_header_glassy.av_header_transparency .avia-menu.av_menu_icon_beside {
border-color: rgba(255,255,255,0)!important;
}
Best regards,
Jordan Shannon
Great, Thanks!
Hi,
I’m happy to help. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon