Blog post - Hide authors name
Hi,
How can I hide the name of the author of the published post?
Best regards,
Jürgen
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 🙂
Popular choice
Professional Developers At Your Fingertips!
If you need services beyond standard support, we've got your back!
Services we offer:
Graphic work / visualizations Full WordPress development and design
We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies.