Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #345898

    Hi, is it possible to remove the Pulse on hotspots?

    – and if I eg. whant a square point, where can -i change that in the .php?

    Kind regards

    Jonas

    #345901

    Hey Jonas!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

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

    Cheers!
    Yigit

    #345917

    – and if I eg. whant a square point, where can -i change that in the .php?

    #345921

    Hi!

    Please add following code to Quick CSS as well

    .av-hotspot-container .av-image-hotspot_inner { border-radius: 0; }

    Cheers!
    Yigit

    #345928

    Ahh okay, thanks a lot.

    So the hotspot is not a image.

    Se, the job is, to get the round hotspots made to sekstants.

    If I set the .av-image-hotspot {display: none!important;} the tips also dissapear.

    Is it possible to use a kind of transperency on the .av-image-hotspot, so I stil get the hover tips but no white circle (I can put the sekstants on the bagground pic then)

    #346175

    Hey!

    Please add following code to Quick CSS as well

    .av-image-hotspot_inner {
    opacity: 0;
    }

    If that is not what you needed, please post a screenshot and show the changes you would like to make so we can make sure that we are on the same page

    Regards,
    Yigit

    #346261

    Exactly, very nice, thanks a lot.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Hotspot pulse – How to remove’ is closed to new replies.