• Resolved sdandi

    (@sdandi)


    I am using Toivo Lite with Eemeli. How do I remove the byline from the header on all front page posts? I want just the date above the title of posts.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Please provide a link to your site, so I can’t be exact.

    Basically,
    You would use the homepage CSS class, .home, and then hide the byline.

    Thread Starter sdandi

    (@sdandi)

    I tried removing all mentions of byline in the CSS, but it still appears. The site is olssi.org. (I appreciate the help!)

    Removing CSS related to the byline won’t necessarily remove it from view. The only way to guarantee that is by removing it from the HTML markup of the page.

    Anyway, this line of CSS should work:

    .byline { display: none; }

    Thread Starter sdandi

    (@sdandi)

    AHA! That’s done it. Thank you, Leland!

    I hadn’t realized how rusty I was on my coding, yikes.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘remove byline’ is closed to new replies.