Home › Forums › Jevelin Theme › Stop Post Author from Showing
Home › Forums › Jevelin Theme › Stop Post Author from Showing
Hi,
I’m using the Jevelin theme for our new company website and I want to stop the Author name from showing but cannot see an option anywhere. I’ve tried adding custom code to make the div’s and classes display:none as per the below:
.post-meta .post-meta-one .entry-meta .byline, .entry-meta .cat-links { display: none; }
.entry-meta .posted-on .post-meta-author { display: none; }
This has no effect though. Is there an option somewhere that I’m missing?
The web address is https://www.sodaitsupport.co.uk/
Thanks
Hi @chris,
I hope you are well today and thank you for your question.
You can hide author name 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
#page-container span.post-meta-author { display: none !important; }
Best regards,
Shufflehound team