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

    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?

    #730650

    Hey hallyupedia,

    Your site is not loading on my end, could you make sure that it’s up?

    Best regards,
    Rikard

    #730662

    Sorry, wrong url. Here is the correct one:

    #730784

    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

    #730823

    Thank you! It worked^^

    #730850

    Hi,

    Great, glad we could help :-)

    Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Hide header social icons for mobile’ is closed to new replies.