-
AuthorPosts
-
June 19, 2017 at 9:51 am #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;
}June 19, 2017 at 1:19 pm #809752Hey 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,
SarahJune 19, 2017 at 3:51 pm #809839Thanks 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.
June 20, 2017 at 5:35 am #810141Hi,
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,
RikardJune 20, 2017 at 7:21 am #810213Thanks, 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
June 20, 2017 at 7:29 am #810215Is the effect mentioned something that can be achieved with enfold?
June 22, 2017 at 12:29 pm #811472Hi 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,
VictoriaJune 23, 2017 at 2:39 am #811914Hi 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
June 23, 2017 at 4:07 pm #812146Hi 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 -
AuthorPosts
- You must be logged in to reply to this topic.