Site logo

Archived topic

Hide social icons on smartphone ?

5 replies · Started by Stephane on June 8, 2020

Viewing posts 1–6 of 6

Hi there,

it will require some CSS. Can you link me to your site so i can take a look?
You can edit your original topic and use the Site URL field to share the link privately.

Thx David, done.

Try adding this CSS to your site:

@media(max-width: 768px) {
    .header-widget {
        display: none;
    }
}

You rock 🔥
Thanks David 🙏

You're welcome

This archived topic is closed to new replies.