Home › Forums › Gillion Theme › Blog post – Hide authors name
Home › Forums › Gillion Theme › Blog post – Hide authors name
Hi,
How can I hide the name of the author of the published post?
Best regards,
Jürgen
Solution for this topic
Hi Jürgen,
I hope you are well today and thank you for your question.
You can hide it by using the CSS solution shared in the following topic.
https://support.shufflehound.com/forums/topic/delete-post-writer/#post-24222
Best regards,
Shufflehound team
Perfect. Thank you.
You are always welcome here 🙂
Hi Shufflehound support,
I also want to hide the name of the author for a published post. I used the code from this post, however, it is still not working.
Could you assist?
Thanks
Solution for this topic
@Nerina You can remove it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
span.post-meta-author { display: none; }
If you want to remove whole post meta then please use the below CSS code.
.post-meta-data.sh-columns { display: none; }
After using CSS code please clear the cache used on your site.
Hi there,
Thanks! As always your support is amazing!
You are most welcome here 🙂