Home › Forums › Lite Version › Remove post title from thumbnail? › Reply To: Remove post title from thumbnail?
June 8, 2016 at 8:24 am #12328
Guest
Could you hide it with custom CSS?
.wmle_post_meta {display: none;}
.wmle_post_title {display: none;}
Tested it in chrome using the dev tools, but i havent tried it on my site. It should work though.
There is probably a better way to do it, maybe edit the default template files for a permanent fix. CSS is the easier option though i think.
Regards
PhilB