Remove social icon from main menu in mobile view

Posted in: Newspaper
Post count: 3

I removed the social icon from the main menu. The icons are not showing in the main menu in the desktop. But it shows on the mobile main menu. How can I remove the social icons from mobile view?

Post count: 22421

Hello,

You can add this css code in your theme panel-> custom code section to hide the icons:

.td-menu-socials .td-social-icon-wrap{
display:none!important;
}

Thank you!

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