• I am wanting to change the post meta font size from 16 to 10px for the date and author. I do want to leave the “Leave a Comment” a the font size shown. I’ve inspected the element and thought the change would be done as follows but I’m not getting the results I hoped for. I’m new to coding so could use some help, please. Thanks!

    Here’s a page for an example: https://driftlessprairies.org/bats-in-wisconsin/

    .post-meta {
    font-size: 10px;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • I don’t see any author info, however, the date can be formatted with:

    .post-info .date { font-size: 10px; }

    btw, .post-meta is used for the categories and tags below the post…

    Thread Starter Marcihess

    (@marcihess)

    Thank you so much! I figured out how to remove the author so that is why you don’t see it. Obviously, when I was looking at the inspect element I wasn’t reading the right thing. So grateful for you help and explanation!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Code help for post meta’ is closed to new replies.