Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1046801

    Hi,

    I created a custom social icon for a telephone link, but I don’t want this to show on desktop (as people will get a missing application error). Is there a way to hide a single social icon on all screens larger than a phone screen?

    I have included a login link so you can have a look. The icon is both in the header and footer at the moment. The CSS for the custom icon is near the top of the style.css sheet.

    Kind regards,
    Mayk

    #1048065

    Hey mayksenden,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (min-width: 768px) {
    .social_bookmarks_telephone {
      display:none;
    }
    }

    Best regards,
    Rikard

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