Is there any way to remove the 4 lines of preview text under each thumbnail? I don't have text for each post and it throws off the clean design. Is there a code I can use?
Thanks!
The blog I need help with is wordythoughts.com.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
Is there any way to remove the 4 lines of preview text under each thumbnail? I don't have text for each post and it throws off the clean design. Is there a code I can use?
Thanks!
The blog I need help with is wordythoughts.com.
You can try adding this in Appearance -> Custom Design -> CSS:
.triton-lite-excerpt {
display: none;
}
Let me know how that works for you!
This topic has been closed to new replies.