mobile menu

Home Forums Gillion Theme mobile menu

Home Forums Gillion Theme mobile menu

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • danielralph
    Participant

    I would like to remove the line which appears on my website underneath the menu icon the full length of the screen when viewed on a mobile.

     

    please, can you help?

    Hi @danielralph,

     

    I hope you are well today and thank you for your question.

     

    Could you please share me your site URL where it’s displaying so that I can help you to remove it?

     

    Best regards,
    Shufflehound team

    You can remove the line by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .sh-header-mobile .sh-header-mobile-navigation {
        border-bottom: 0;
    }
Viewing 4 posts - 1 through 4 (of 4 total)