Hi,
I would like to decrease the tooltip font size: http://dns.d.pr/YLUF/1QXC28or
What is the code for this please?
Thank you
Hey sitesme!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-tooltip { font-size: 16px; }
Best regards,
Yigit
Hi Yigit,
Unfortunately it didn’t work. Can you please check the page in PVT? Maybe is another code colliding?
Hey!
Please add !important rule as following
.avia-tooltip {
font-size: 8px!important;
}
Cheers!
Yigit
Perfect! :)
A not-very-related issue but also important, on the same page. When mouse is over the picture, it shows some sort of meta name of the picture (see my sshot: http://dns.d.pr/1cRtZ/1HpLZDMW)
How can we hide all those tags from all images when mouse is over?
Hey!
Please refer to this post – http://kriesi.at/documentation/enfold/remove-image-titles-that-show-up-when-you-hover-on-images/
Best regards,
Yigit
It is done, many thanks :)