Home Forums Jevelin Theme How to remove white line (border) on the bottom of header on mobile device? Reply To: 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? Reply To: How to remove white line (border) on the bottom of header on mobile device?

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;
}