• How do I remove (or hide) author and date information on pages and posts when using the “Fifteen” theme?

Viewing 1 replies (of 1 total)
  • OB

    (@reburton3941)

    Hi,
    To remove the date:

    .posted-on {
      display: none;
    }

    To remove the author and icon:

    .fa-user {
    	display: none;
    }
    
    .vcard {
    	display: none;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Remove author and date from posts and pages’ is closed to new replies.