Hello, Currently I have gallery, and when you put your mouse over the picture there is black tooltip with the name of picture, my client needs that this inner tooltip will be always displayed with each picture and not just when you hover on the picture itself, how can I do that?
Maybe I have made a mistake and its actually “.avia-tooltip” or .avia-tooltip tt something like this, the little boxes that pop up when overing over gallery images.
Hi!
try this code in Quick CSS field:
.avia-tooltip.avia-tt {
display: block !important;
opacity: 1 !important;
}
Regards,
Andy
This almost works for me as I am having the same problem. The code Andy provided makes them visible all the time but only AFTER you hover over the image. OP and I would like it to be visible without having to hover over the image first.
Hi,
Please provide a link to the site/page in question so we can look into this further. The answer above is over two years old so the solution may have changed since then.
Best regards,
Jordan Shannon