Tagged: grid layout
I’m trying to remove all the meta items from my blog Grid Layout feed so only the Title, Excerpt and Read More appear. I’ve already removed the image thumbnail with this quick CSS:
.avia-content-slider .slide-image { display: none; }
Is there quick CSS to remove the date and category?
Thanks
John
Hey John,
Add this to quick css:
.slide-meta-time.updated, .blog-categories.minor-meta{
display:none!important;
}
Best regards,
Jordan Shannon
Thank you for the quick solution. Worked great Jordan!
Hi,
Great! If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon