Home › Forums › Jevelin Theme › Remove the author from post gird
Home › Forums › Jevelin Theme › Remove the author from post gird
Hello, You see:
I need to remove the author from post gired from blog and post it self?
Hi @auda,
I hope you are well today and thank you for your question.
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; }
Best regards,
Shufflehound team