Home › Forums › Lite Version › Remove post title from thumbnail?
- This topic has 3 replies, 2 voices, and was last updated 4 years, 8 months ago by
PhilB.
- AuthorPosts
Greg
GuestI’m using the lite version of the masonry plugin to generate a mosaic of posts in a certain category. The thumbnails display 3 things – the number of responses, the title, and a snippet of the post. Is it possible to exclude the number of responses from the thumbnail? Is it possible to remove the post title from the thumbnail?
Thanks,
PhilB
GuestCould 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
Masonry Guy
KeymasterHi Greg,
Since you are using the lite version, using css to hide is the best option. Solution shared by Phil should work fine.
Thanks Phil for sharing the solution here.
Thanks
PhilB
GuestQuite alright, and i have since tried it on my site. Definitely works
PhilB
- AuthorPosts