Remove name and date info from posts?

Hello

I would like to remove the date and name at the bottom of the posts. I used the info from this post but it only removed the name.

Can you please provide custom CSS to remove both name and date?

Hi @rainstorm,

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

You can try achieving this by 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 .posted-on,
.entry-meta span.byline {
    display: none;
}

Best Regards,
Movin

Thank you very much!

You are most welcome here :slight_smile: