Home Forums Jevelin Theme How to remove border from second header Reply To: How to remove border from second header

Home Forums Jevelin Theme How to remove border from second header Reply To: How to remove border from second header

This is not the problem. The border is a part of theme design but if you want to remove it then you can do so 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 {
    border-bottom: 0 !important;
}