Comments dirtmonkeyu started the conversationJuly 3, 2017 at 2:05amHow to I remove the category and author that covers the top of my blog post thumbnails? I would like to keep the date 93 djwd repliedJuly 3, 2017 at 2:15pmHi there, you'd need some custom CSS for that. Try by pasting this in the Custom CSS textarea (Advanced tab) .entry-img-info .flex-cat, .entry-posted-on .byline { display:none!important;} Hope it helpsRegardsdjwd1 Like Sign in to reply ...
How to I remove the category and author that covers the top of my blog post thumbnails? I would like to keep the date
Hi there,
you'd need some custom CSS for that. Try by pasting this in the Custom CSS textarea (Advanced tab)
.entry-img-info .flex-cat, .entry-posted-on .byline { display:none!important;}Hope it helps
Regards
djwd