remove header bottom border line on mobile

Home Forums Jevelin Theme remove header bottom border line on mobile

Home Forums Jevelin Theme remove header bottom border line on mobile

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • indrive
    Participant

    Hello, I have tried using the CSS code to remove the light line under the header on mobile but it is not working.

     

    Hi @indrive,

     

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

     

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

     

    Best regards,
    Shufflehound team

    Solution for this topic

    You can remove it 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

     

    div#header-mobile {
        border-bottom: 0 !important;
    }

    indrive
    Participant

    Thank you so much!

    You are most welcome here 🙂

Viewing 6 posts - 1 through 6 (of 6 total)