• Resolved saratcollins

    (@saratcollins)


    Is there a code that I could put in “Additional CSS” that would allow the post author to show up on individual posts but not in the featured image slider?
    I have it set to not show up at all, but I’d like the name to show up on the Blog page… thanks.

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

    (@sacredpath)

    Automattic Happiness Engineer

    Hi there, I worked off the demo site since you did not give a link to the site, but the following should do it for you. Turn the Authors back on and add the following to Additional CSS.

    .hero .author, .hero-content-wrapper .entry-meta > span::after, .hero-content-wrapper .entry-meta .edit-link {
      display: none !important;
    }
    Thread Starter saratcollins

    (@saratcollins)

    That worked perfect. Thank you very much.

    sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Hooray and you are welcome!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Post Author’ is closed to new replies.