Home › Forums › WordPress Themes – Premium › Luminescence › Hide post info at bottom of page?
How can I hide the Posted in and Articles by information in the single page posts. I don’t see an admin option for this. The Published date is fine.
Thank you.
Hi Sandy,
Please add the following css to fix that issue.
span.meta-posted, span.meta-author { display: none; }
Note: Please use the custom css plugin or Child theme so the changes does not lost on theme updates.
Thanks
Thank you. I’ve added this code to my child-theme’s CSS file.