x

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

248 Vues
Message 1 sur 2
Signaler un contenu inapproprié
1 Réponse
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>
243 Vues
Message 3 sur 2
Signaler un contenu inapproprié
This thread has been archived and locked. Please start a new thread if you would like to continue the conversation.