Header lines - Jevelin

Home Forums Jevelin Theme Header lines – Jevelin

Home Forums Jevelin Theme Header lines – Jevelin

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

    Hi there,

     

    How can I removed the header grey lines? There is one vertical and one horizontal (screenshot)

     

    I have applied the below css, but it only deletes the horizontal line, the vertical remains. Do you know how can I also remove the vertical line?

     

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

     

    thank you

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

    Hi @Lonartorg,

     

    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

    Lonartorg
    Participant

    Thank you!

    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

     

    #page-container .header-logo {
        border-right: 0 !important;
    }

    Lonartorg
    Participant

    thank you, this worked 🙂

    You are most welcome here 🙂

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