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

    hi, is there a way to hide the socket on mobile devices?

    #1210760

    Hey Lyndon,

    Please try adding this CSS code in Quick CSS, located in Enfold > General Styling:

    @media only screen and (max-width:767px) {
      #socket {
        display: none;
      }
    }

    Best regards,
    Nikko

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