Tagged: hotspot
Having resized my hotspots but, the
– pulse that sits behind the hotspots is not centred or resized.
– the font within the hotspots is not resized
Is there a way to fix please?
BTW: I used the following css to resize the hotspots (found on another support thread).
.responsive .av-image-hotspot{
height: 35px;
width: 35px;
line-height: 35px;
}
Hey davidpreston,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.responsive .av-image-hotspot-pulse {
height: 84px !important;
width: 84px !important;
}
.av-image-hotspot_inner {
font-size: 15px;
}
Best regards,
Jordan
Brilliant, thanks Jordan, it worked a treat buddy.
Hi,
You’re welcome! Glad it worked.
Best regards,
Jordan
Hello Jordan,
I am trying to the do the same. I copy pasted the above code but it doesn’t seem to work. To be honest, none of the quick CSS stuff seems to work. Should I enable something in the settings?
Grüße
Jyothis
Kindly ignore the above message. I found the bug!
Hi,
glad you could solve the issue. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.
Best regards,
Andy