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

    Hi, I am setting up images with hotspot for one of my customers. I have managed to change the colour of the “face” of the hotspot, but seem unable to change the hover colour. What is the CSS code for the hover colour?

    Also, I would like the behaviour as on this website (non-enfold), where the tooltip itself opens the same link as the “hotspot” itself, and changes hover colour when the mouse is over the hotspot, and vice versa, if the text is hovered the hotspot also changes colour. Is it possible in Enfold? Thanks.

    Current CSS:
    .av-hotspot-container .av-image-hotspot_inner {
    background: #cc6666!important;
    }
    .avia-arrow {
    display: none!important
    }
    .av-tt-hotspot {
    background: transparent!important;
    }

    #809752

    Hey tech0bserver,

    Please try adding this code as well:

    .av-hotspot-container .av-image-hotspot_inner:hover {
    background: #ff6666!important;
    }

    Please replace the color value to that of your preference.

    May we have a link to the other non-Enfold website so we can take a look?

    Best regards,
    Sarah

    #809839

    Thanks for your help. It working perfectly.

    The website I wanted to share is voxxanalytics.com. You can see that the text for the menu item and the hotspot have a simultaneous hover effect.

    Thanks once more.

    #810141

    Hi,

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

    Best regards,
    Rikard

    #810213

    Thanks, how about this part?

    The website I wanted to share is voxxanalytics.com. You can see that the text for the menu item and the hotspot have a simultaneous hover effect.

    Thanks

    #810215

    Is the effect mentioned something that can be achieved with enfold?

    #811472

    Hi tech0bserver,

    Depends on how you build your page and how well you know HTML, CSS and JavaScript :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #811914

    Hi Victoria,
    Would someone be able to help me with the CSS, HTML and Javascript coding for it? And I will add it to the site.

    I am familiar with back-ups, so at least I can give it a shot.

    Thanks

    #812146

    Hi tech0bserver,

    We could have a look at your website if you gave us a link, but building such a custom menu is out of the scope of our support. You could hire a freelancer to do it for you.

    If you need further assistance please let us know.
    Best regards,
    Victoria

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