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

    I’d like to get the same tooltip effect shown on this site where the tooltip pulse but the inner circle color is transparent, i tried the code below but no luck

    http://wordpress.p255345.webspaceconfig.de/reise-durch-das-klaerwerk/

    .av-hotspot-container .av-image-hotspot_inner 
        background: transparent !important;
    }
    #683800

    Hi kilimats!

    That should have worked actually. Can you please create a temporary admin login and post it here privately?
    The one i found on your older threads did not work.

    Best regards,
    Yigit

    #683821

    thanks fixed

    #684176

    Hi!

    I fixed some errors in your custom CSS code so it should be working fine now. Please check it and post the link to your page where you have your image with hotspots element.

    Regards,
    Yigit

    #684239

    that worked thanks, is this the only css code you altered?

    .av-hotspot-container .av-image-hotspot_inner {
        background: transparent !important;
    }
    #684243

    Hi!

    I have not added any additional code. I just fixed CSS error. That was the reason why your custom CSS was not working.

    Regards,
    Yigit

    #684245

    i see, was it an error in a different code or behind the scene?

    #684248

    Hey!

    There was a missing opening curly bracket in your Quick CSS field :)

    Best regards,
    Yigit

    #684249

    u rock thx !!

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Transparent tooltip with pulse’ is closed to new replies.