Hi All,
Link: http://www.sistahhollywood.com/keyshia-cole-steve-madden-spring-2014/
Click on the gallery…you see how the alt text info appears?
I’d like to keep using the image alt text field for SEO purposes, but is there a way to hide it from the top of the images when a user?
Hi Sistah!
Are you talking about the tooltip? Please add this on Quick CSS or custom.css:
.avia-tooltip {
display: none !Important;
}
Best regards,
Ismael
Hi Ismael,
No, not the tootips; that’s fine. The photo/image Alt Text that you enter when you upload a photo/image.
Please click the link I’ve provided then click on any of the images to enlarge; you will see the Alt Text above the image.
Thanks
Hi!
Please refer to Josue’s post here – https://kriesi.at/support/topic/how-to-remove-tooltips/#post-224464
Best regards,
Yigit
Hi Yigit,
Added the code. Still shows up.
Hi!
My bad, now i understand what you meant. Please add following code to Quick CSS
div.ppt { display: none!important; }
Cheers!
Yigit
BOOM! Thanks :-)