Home › Forums › Jevelin Theme › Header number 7
Home › Forums › Jevelin Theme › Header number 7
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
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
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
Solution for this topic
You can remove the border on mobile using below CSS code.
.sh-header-mobile-navigation { border-bottom: 0 !important; }
Thank you so much, this worked! Great help as always ๐
You are always welcome here ๐