Hey guys!
Is there a way to remove the post date from the excerpt overlay on the masonary post element? Right now it shows the post title and excerpt with the original post date at the very bottom. I’d like to remove the date.
Thanks!
BP
FYI – I did search the forum for this question before I posted. I got the “oh bother” statement…that cracked me up. :-)
Sorry. One more question on the Masonary element. Is there a way to disable the pop up that shows up when you hover over the image which shows the post title in a small box? (not the excerpt pop up but the little small one that shows just the post title) It shows up like an image title does when you hover over an image. It just kinda blocks the image and excerpt and we’d like to see if we can turn it off.
Thx!
BP
Hi,
Thank you for using Enfold.
Remove the date with this css code:
.av-masonry-date {
display: none;
}
Regarding the title tooltip, this is a default browser feature. You have to remove the image title which is not good for SEO.
Best regards,
Ismael
Thanks! That code worked perfectly. You guys are great!