Home › Forums › Jevelin Theme › How to remove white line (border) on the bottom of header on mobile device?
Home › Forums › Jevelin Theme › How to remove white line (border) on the bottom of header on mobile device?
Hi Team,
Hope you are doing fine.
I’m wondering how I could remove border / white line on the bottom of header on mobile device (here iPhone/iPad). All is appearing fine on PCs browsers.
When I have a background image on the page white border is not appearing (screenshot). When there is a page without background image this white boarder (white line on the bottom of header is appearing). I’m using Header 8.
Thanks for your help in advance.
Cheers,
Marcin
Hi Marcin,
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
Adding page links
Solution for this topic
You can remove that border 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 .sh-header-mobile-navigation,
#page-container .header-mobile-social-media {
border: 0;
}
Thanks a lot for solution, all now looks as I wanted to!
You are most welcome here 🙂