Removing Social Icons from Responsive Menu

Posted in: Newspaper
Post count: 1

I’m having trouble figuring out how to remove social icons from the mobile responsive menu. I can remove them from the main menu but they still appear in the responsive menu.

Please help!

Post count: 22421

Hello,

Please add this code in the theme panel-> custom css box:
@media(max-width:767px){
.td-menu-socials-wrap{
display:none!important;
}
}

This will remove the social icons from the mobile menu.

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.