[Resolved] Hide social icons on smartphone ?

Home Forums Support [Resolved] Hide social icons on smartphone ?

Home Forums Support Hide social icons on smartphone ?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1318949
    Stephane

    Hello

    How can I hide the social icons on mobile? https://imgur.com/oCjvkhm

    Regards

    Stef

    #1318973
    David
    Staff
    Customer Support

    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.

    #1319014
    Stephane

    Thx David, done.

    #1319175
    David
    Staff
    Customer Support

    Try adding this CSS to your site:

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

    You rock 🔥
    Thanks David 🙏

    #1319431
    David
    Staff
    Customer Support

    You’re welcome

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.