Add the category tag to latest articles (Business Theme)

Posted in: Newspaper
Post count: 75

Hi,
I would like to add the category tag above or below the article’s title on the home page’s “Latest Articles” section.
I’m using the “Business” demo.
Can you help me, please, with that?

Thank you in advance.

  • This topic was modified 8 years by lazdim.
  • This topic was modified 8 years by lazdim.
Post count: 20688

Hi,

The category tag is displayed on the thumbnail like this
https://www.screencast.com/t/J2lJnIyP1
It could be positioned differently but I con’t understand exactly how you would like it to be. For example a code like this will position it below the thumbnail
https://www.screencast.com/t/o5jdBP7ELSSR
This is the code used in the example, if you wan to experiment with it

.td-pb-article-list .td-module-image .td-post-category {
bottom: -16px;
}
.td-pb-article-list .entry-title {
padding-top: 10px;
}

Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.