Tagged: masonry blog
Hello Enfold world,
I would like to remove the date from the masonry blog elements on the homepage of my website, as well as removing the little circle icon that indicates whether the article is audio, video, image, etc.
All I want the user to see when they hover over the image tile is the article title. Is this pissible with some simple CSS? If so, can you hook a brother up.
Thanks,
Hi Raymmar,
It should be pissible yes :)
Please try the following in Quick CSS:
.av-inner-masonry-content .av-icon-display, .av-inner-masonry-content .av-masonry-date {
display:none !important;
}
Thanks,
Rikard
That worked perfectly. You rock!
Thanks so much for the awesome theme and the prompt response.