Removing line from mobile site

Does anyone does anyone know how to remove the line that appears at the bottom of the navigation? It only appears on the mobile version. Thx. image

249 Views
Message 1 of 2
Report
1 REPLY 1
Square

If you add this to Settings > SEO > Header Code, it should remove it on the live site:

<style>
	@media (max-width: 992px) {
		#header {
        	border-bottom: none !important;
		}
	}
</style>
244 Views
Message 3 of 2
Report
This thread has been archived and locked. Please start a new thread if you would like to continue the conversation.