Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1360333

    Hi How do I make Invisible Hotspots
    and how do I change the size

    Alan ;)

    #1360349

    Hey Alan,

    I’m not sure I understand what you mean by that, could you try to explain your intentions a bit further please?

    Best regards,
    Rikard

    #1360372

    Hey Rikard
    As you see on the link, the hotspots are white, I´d like them to be transparent.
    If possible I would like the clickable area for every hotspot to be larger.

    Cheers
    Alan ;)

    #1360410

    Hi Alan,

    Can you try adding this CSS code (just adjust it as you see fit):

    .responsive #top .av-image-hotspot {
        width: 60px;
        height: 60px;
    }
    
    #top .av-hotspot-container .av-image-hotspot_inner {
        background-color: transparent;
    }

    Hope it helps.

    Best regards,
    Nikko

    #1360437

    Hi Nikko
    Thanks, the first part regarding size works.
    The hotspots are still visible

    Alan ;)

    #1360440

    Hi Nikko
    I have not explained the issue in the right way, sorry ;)
    The hot spots are invisible, I would like the animation that indicates the hotspot on the site, to be transparent as well.

    Alan ;)

    #1360451

    Hi Alan,

    I see, please add this CSS code:

    .responsive #top .av-image-hotspot-pulse {
        background-color: transparent;
    }

    Best regards,
    Nikko

    #1360471

    Hi Nikko,
    Great, that works ;)

    Cheers Alan ;)

    #1360488

    Hi,

    Great, I’m glad that Nikko could help you out. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

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