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

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #16427
    Sandy Sailer
    Member

    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.

    #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

    #16428
    Sandy Sailer
    Member

    Thank you. I’ve added this code to my child-theme’s CSS file.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.