Home Forums Jevelin Theme Remove social media buttons from mobile menu only. Reply To: Remove social media buttons from mobile menu only.

Home Forums Jevelin Theme Remove social media buttons from mobile menu only. Reply To: Remove social media buttons from mobile menu only.

Solution for this topic

You can achieve this by removing the following custom CSS code from your site

 

.sh-nav-mobile {
    position: relative;
    top: -230px;
}

 

and then use the below custom CSS code.

 

.header-mobile-social-media a {
    display: none;
}

nav.sh-header-mobile-dropdown {
    top: -230px;
}