Show category name in posts

Hi,

I’m using Sparkling for my web page http://www.droesser.net.

The theme doesn’t seem to give an option to show the post category for each post in the blog. Is there a little extra CSS code that i can insert to display it? (I already added some code to hide the date).

Christoph

Hey there,

I hope you are well today and thank you for your question.

This isn’t a CSS issue, you’d actually have to edit the code for it to be displayed.
You can check this discussion out for the solution:
https://colorlibsupport.com/t/can-i-display-the-category-link-in-blog-page/

Best regards,
Support.

Thanks, that worked great! Now is there a trick that I can show the category, but still hide the date?

Hi there

Hope you are having a good day and thank you for your question :slight_smile: In order to check your question i need to see your live website, please provide url and i will take a look

See first post! www.droesser.net

hey there

Please add this CSS in appearance - customize - additional CSS


/*hide date*/
span.posted-on {
    display: none;
}

Thanks!
Colorlib Support Team

Thanks! That works perfectly.

Hi, there

Nice, to hear your problem is fixed:) Now I will now close the topic and mark it as resolved. Feel free to contact us again

Thanks!