Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    try this in the editor, use child theme.

    .single .post-meta-container { display: none; }

    If you want the entire blue box gone, what I used is this:

    .post-meta-container {
    display: none;
    }

    Instead of creating a child theme, I used the Jetpack plugin’s custom CSS section.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Remove author profile from posts page’ is closed to new replies.