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

    Hey, how can I disable the numbers for mobile?

    On Web the numbers are not visible but on mobile they are. They should be invisible because we want a “Invisible Link”.

    Bildschirm-foto-2023-03-21-um-08-36-03
    IMG-6439-C353448-A-1

    #1402072

    Hi Anna_Tewes,

    Please try to add this CSS code in Enfold > General Styling > Quick CSS:

    @media only screen and (max-width:767px) {
      #top .av-hotspot-container .av-image-hotspot_inner {
        display: none;
      }
    }

    Let us know if it helps.

    Best regards,
    Nikko

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