Hi Enfold Team!
I need to remove the “dark blue” line under header on Mobile.
I know that is from my regular (desktop) menu color, but i need to hide this on Mobile.
Thank you!
Hey Vinicio,
Add this to quick css:
@media only screen and (max-width: 767px){
#main.all_colors{
margin-top:-10px!important;
}}
Best regards,
Jordan Shannon