Removing front page scrolling featured images "tag" below single posts
- The topic ‘Removing front page scrolling featured images "tag" below single posts’ is closed to new replies.
Need help? Check out our Support site, then
How do I remove the “tag” for featured images which appears below the front page scrolling image posts when I view my scrolling front-page stories (all of which are tagged with the same tag to appear in that scrolling window on the front page).
Example – look at one of the stories on my scrolling images bar on the front page of my blog, and note the ‘gallery’ tag below the post…I’d like to hide that to make it cleaner.
ray
The blog I need help with is: (visible only to logged in users)
Hi there,
Thank you for your question. I’d be happy to help.
You could do this with some CSS:
.slide-content .post-category {
display: none !important;
}
Kind Regards,
Scott