Is there a way to hide the mouseover caption display? When I use a narrow gallery the mouseover is not manageable, I’d really like to be able to only show the captions when you are in the shadowbox.
Hi taylorphotowings!
Thank you for using Enfold.
Yes, that is possible. Please add this on Quick CSS or custom.css:
.avia-tooltip.avia-tt {
display: none !important;
}
Regards,
Ismael
Perfect, thank you!