Home › Forums › WordPress Themes – Premium › Luminescence › Hide post info at bottom of page? › Reply To: Hide post info at bottom of page?
August 6, 2015 at 9:14 am
#21619
Inactive
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