LargeMargeDebarge Posted November 23, 2019 Share Posted November 23, 2019 Hey Forum, I am trying to help a friend with his SEO on his website but I am not CSS savvy . He has images on individual pages that already have all the art info (at the top, in a font he prefers) so the information (at the bottom) is redundant but important for SEO. How do I hide an images title and description from the page, he is currently using Avenue template? for example:https://www.casemackeen.com/#/king-west/ any help greatly appreciated. thanks Link to comment
MagneM Posted November 23, 2019 Share Posted November 23, 2019 Hi @LargeMargeDebarge You can either use this CSS: .image-meta { display: none; } or, if you want to keep the space: .image-meta { visibility: hidden; } Link to comment
LargeMargeDebarge Posted November 23, 2019 Author Share Posted November 23, 2019 Thanks so much! Worked Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.