• Not sure if tis was mentioned before but…

    I noticed the style of the byline changed from nice and small and ital on the front page, to no styling on the single post.

    There’s a little typo on content-single.php (about 15 lines down):

    Says <div class=”entrymeta”>
    Should say <div class=”entry-meta”>

    And then it’s all pretty like the front page ??

    Great theme Christine! Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Christine Rondeau

    (@crondeau)

    Hi Blair,

    Not sure why it’s like that. I may have had a reason to set these differently, but can’t remember now. I’ll push an update to the theme.
    In the meantime, you can add this to your child theme or custom CSS plugin.

    .entrymeta {
    	font-size: 12px;
    	font-size: 1.2rem;
    	font-style: italic;
    }
    
    .entrymeta a {text-decoration: none;}

    Thread Starter Blair

    (@cbcbcb)

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Byline style error fix on content-single.php’ is closed to new replies.