how could I make social icons invisible on mobile?

Posted in: Newspaper
Post count: 4

Hello
I just want to make social icons invisible only for mobile version because it has possibility for users to click the icons by mistake. how could I do that?

one more question here: where is the code of profile part after logged-in on mobile? I revise some code on PC version, but it seems not to apply the code on mobile directly.
http://sgrhie.cdn3.cafe24.com/examplar.jpg

Thanks
SG Lee

Post count: 22421

Hi,
In order to deactivate the social icons on mobile only, you can use this custom css:
@media(max-width:767px){
.td-menu-socials-wrap{
display:none!important;
}}

For your second request, I;m not sure what part of the code you are looking for but here are a few places to look into: http://screencast.com/t/EzTHRH3hAjhttp://screencast.com/t/9ew1sza4mghttp://screencast.com/t/VaipG3VEOo3b
Hope this helps.
Thanks.

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