Categories don't appear

Hello, sorry for my poor english.
In the beginning of a post, where are the author name, date and categories, there isn’t categories, not appear. I have hided the author name, but I don’t know if I did something that hides categories too. How can I know that?I want to show categories and hide author name. I’m using the child theme.

Hi @dactou,

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

You can try achieving this by removing the CSS code that you have used and adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS

.entry-meta span.byline {
    display: none;
}

Best Regards,
Movin

worked well, thank you.

You are most welcome here :slight_smile: