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

    Hello,

    I want the hotspot pulse not visible. I tried several quick CSS ideas from the forum, but no success.

    Suggestions?

    Thanks,

    Terry

    #752096

    Hey Terry,
    Try this code in the General Styling > Quick CSS field:

    .av-image-hotspot-pulse {
    display: none!important;
    }
    
    .av-image-hotspot_inner {
    opacity: 0;
    }

    Best regards,
    Mike

    #752098

    Hmmm –

    No effect (I cleared cache also)

    Terry

    #752113

    Mike,

    Had a plugin conflict. Fixed now – Thanks,

    Can you help with one additional ask?

    There is a small triangle that points to where the hotspot is. Can that be removed from display?

    Thanks.

    #753538

    Hi,

    Try adding this css code in Quick CSS:

    #top .av-hotspot-container span.avia-arrow-wrap {
        display: none;
    }

    Hope this helps.

    Best regards,
    Nikko

    #753821

    Hi Nikko,

    Did not work.

    Any other ideas?

    Thanks,

    #754850

    Hi,

    Please try this instead:

    .av-hotspot-container span.avia-arrow-wrap {
        display: none !important;
    }
    
    .av-image-hotspot_inner {
        opacity: 0  !important;
    }

    Best regards,
    Rikard

    #754884

    That did it!

    Thanks.

    Terry

    #754964

    Hi,

    Glad we could help!
    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Vinay

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Make Hotspot pulse not visible’ is closed to new replies.