Tagged: tooltip
Hi,
my customer wants to have the Tooltip not above the picture and not in black.
The Tooltip has to displayed in the middle of the Pictures and in a other Color.
Where can i change this.
Thanks for your support,
felixl
Hi felixl!
Which shortcode are you using? The image hotspots perhaps? http://kriesi.at/themes/enfold/shortcodes/images-with-hotspots/
Send us a link to your page and we’ll take a look.
Regards,
Elliott
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-tooltip,.avia-tooltip .avia-arrow { background: rgba(240, 90, 26, 0.8); }
.home .avia-tooltip.avia-tt { top: 135%!important; }
Cheers!
Yigit
Hey!
Remove this code:
.home .avia-tooltip.avia-tt { top: 135%!important; }
Replace it with this:
.avia-tooltip {
margin-top: 100px;
}
The problem is, the tooltip will go away when you hover on the center of the image.
Best regards,
Ismael