Tagged: header, social icons
Hi. I have header social icons displayed in top bar at the left. This looks beautiful for computer browser, but I want to hide it for mobile. How can I hide the header social icons for mobile phones?
Hey hallyupedia,
Your site is not loading on my end, could you make sure that it’s up?
Best regards,
Rikard
Sorry, wrong url. Here is the correct one:
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
#header_meta .social_bookmarks {
display:none !important;
}
}
Best regards,
Rikard
Thank you! It worked^^