Hi,
when I publish a post, my name appear as well as where the post is published. How can I delete these pieces of information in order to keep just the date of the post?
Thank you!
Hi,
when I publish a post, my name appear as well as where the post is published. How can I delete these pieces of information in order to keep just the date of the post?
Thank you!
Hi @mamaza,
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 span.byline {
display: none;
}
Best Regards,
Movin
Thank you so much!
You are most welcome here