• I am using Penscratch 2 and would like to remove the ‘Published By’ line that appears underneath every post. I am the only poster, and don’t like the look of the line. Thank you to anyone who can help.

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

    (@sacredpath)

    Automattic Happiness Engineer

    Hi there, the following Additional CSS will take care of that for you.

    .author {
      display: none;
    }

    If there are any issues, let me know, and also provide a link to the site so that we can look at it directly. The above was worked out off of the Penscratch 2 demo site.

    Moderator Kathryn Presner

    (@zoonini)

    As another option, if you’re running the Jetpack plugin, you can hide the author name in the Customizer’s Content Options panel, by unchecking the box next to “Display author.”

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Removing ‘Published By’ Line’ is closed to new replies.