Hi,
I notice that your demos show hotspot point size at the same size as the body copy.
I am developing a site and my font looks much smaller than the body font size.
Where can this be adjusted as I can’t see it in the hotspot element editing?
Thanks
Hey woogie07,
Thank you for the link to your site, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
.av-image-hotspot .inner_tooltip p {
font-size: 13px;
}
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.
I css your number 4 hotspot is wrapping the text in a div instead of the “p” tag, so this css won’t change that font size, perhaps you were testing?
Best regards,
Mike