Home Forums WordPress Themes – Premium Luminescence Hide post info at bottom of page? Reply To: Hide post info at bottom of page?

#21619
Anonymous
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