How to hide/change mobile menu ikon

Posted in: Newspaper
Post count: 38

Hi,
i want to change or hiding the mobile social icon as below screen

https://www.screencast.com/t/RnNSrupt

Post count: 23312

Hello sector,

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

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

Thanks for the message!

Post count: 38

Thanks, its done.
May i ask how can i disable just one icon and how can i link them to social pages?

Post count: 23312

Hello sector,

If you want to hide only an icon from Social Icons you should target it by a custom CSS code and for this, you should use the Inspector browser to create your own code, like this -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Hope this helps!

Thanks for your understanding!

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