How to remove social icon from menu (mobile)

Posted in: Newspaper
Post count: 6

hi,

please help me to get rid of social icon showing up in the mobile menu. Thanks…!!!

I am using Newspaper 8.7.4 theme

Post count: 23312

Hello ping.aamir,

Try to use the code below and place it in Theme panel -> Custom CSS area.

The code is ->

@media(max-width:767px){
.td-menu-socials{
display:none;
}}

Thanks.

Post count: 6

@Catalin it is removed now, thanks really appreciate…!!!

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