Hide the author name from posts

Hello,
do you know how to hide the author name from posts?

Thank you!

Hi @riccardosl,

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

You can hide it 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 -> Additional CSS

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

Best Regards,
Movin

thank you is working fine

You are most welcome here :slight_smile: