Hej
Been playing around with the hotspot and can’t seam to make the font size smaller.
have tried the suggested code from this thread without any luck. https://kriesi.at/support/topic/enfold-hotspot-resize/
.av-image-hotspot_inner {
font-size: 15px;
}
Does anybody have a fix for this?
Hey enestedt,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
.avia-tooltip .inner_tooltip {
font-size: 15px;
}
Hope this helps :)
Best regards,
Nikko
Unfortunately it didn’t work :(
Hi,
Can you try to use this instead:
.avia-tooltip .inner_tooltip p {
font-size: 15px;
}
or
.avia-tooltip .inner_tooltip p {
font-size: 15px !important;
}
Hope this helps :)
Best regards,
Nikko
Awesome!!! That worked :)
Didn’t need to use !important :)
Thank you!
Great! We’re happy to help. For any other questions or issues, feel free to post them here on the forum and we will do our best to assist you.
Thank you for using Enfold.
Cheers!
Sarah