Header number 7

Home Forums Jevelin Theme Header number 7

Home Forums Jevelin Theme Header number 7

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

    Hi there,

     

    How can I remove the vertical lines from the header number 7 on this page? https://www.wearemaker.co/portfolio-page/gallery/

     

    Screenshot attached 🙂

     

    Thank you so much in advance,

    Rocio

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

    Lonartorg
    Participant

    Sorry, it is HEADER NUMBER 6, not 7, my mistake. Sorry!

    Solution for this topic

    Hi Rocio,

     

    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

     

    .sh-header-6 .sh-nav > .menu-item:last-child,
    .sh-header-6 .header-logo {
        border: 0 !important;
    }

     

    Best regards,
    Shufflehound team

    Lonartorg
    Participant

    Hi there,

     

    Thank you so much for your instructions, the css provided removed the underline on the desk format (which is great!). However is still showing it on the right and left sides on mobile (please see screenshot), can you please also help me to remove that?

     

    Thanks!

    Rocio

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

    Solution for this topic

    You can remove the border on mobile using below CSS code.

     

    .sh-header-mobile-navigation {
        border-bottom: 0 !important;
    }

    Lonartorg
    Participant

    Thank you so much, this worked! Great help as always 🙂

    You are always welcome here 🙂

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