remove grey line from header and sticky header menu bar

Home Forums Gillion Theme remove grey line from header and sticky header menu bar

Home Forums Gillion Theme remove grey line from header and sticky header menu bar

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • Sensado
    Participant

    hi. how can I remove the thin grey line on the lower end of the header and sticky header, screenshot attached

    Attachments:
    You must be logged in to view attached files.

    Solution for this topic

    Hi @Sensado,

     

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

     

    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

     

    #page-container .container.sh-header-standard {
        border-bottom: 0 !important;
    }

     

    Best regards,
    Shufflehound team

    Sensado
    Participant

    this worked. thank you!

    You are most welcome here 🙂

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