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?
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!
thank you my friend it worked
Glad it worked!
Please accept as a solution.
Thank you!