Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1156035

    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!

    #1156196

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.