How can I remove social icons from the impulse theme menu?

so my socials display on both the menu and the footer. Id like to keep my socials only on the footer and NOT on the menu which I attached on a screenshot below

anyone can help me with this?

Hi @boxingcentral ,

Add this in your Theme.css File.

.mobile-nav__social {
    display: none !important;
}

Please do let me know if it works for you.

Thank You!

2 Likes

thank you my friend it worked

@boxingcentral ,

Glad it worked!
Please accept as a solution.
Thank you!