• Resolved jack_martin_leith

    (@jack_martin_leith)


    I’m seeking help with two related issues:

    1. Post author font is currently 11px; name and date are displayed in all caps.
    I’d like to increase font size to 16px and change all caps to upper and lower case, viz: by Jack Martin Leith on 24 October 2019

    2. Likewise, categories (Change, in my example) are currently displayed in 11px. I’d like to increase this to 16px and replace the folder icon with ‘Filed under categories:’ or similar.

    If you can provide the custom CSS I’ll be most grateful.

    The page I need help with: [log in to see the link]

Viewing 8 replies - 1 through 8 (of 8 total)
  • hannah

    (@hannahritner)

    Hey,
    1. You can paste this into your custom css box in Theme Options > Custom CSS:

    .postauthortop a, .postcommentscount a, .postdate .postday {
        font-size: 16px;
        text-transform: none;
    }

    2. This will change the font size:

    .postedinbottom a, .posttags a {
        font-size: 16px;
    }

    And this will change the icon to text:

    .postedinbottom .icon-folder-close:before {
        content: "Filed under categories:";
        font-size: 16px;
    }

    Hope that’s helpful!

    Hannah

    Thread Starter jack_martin_leith

    (@jack_martin_leith)

    Hiya Hannah. Thanks a million. All working well. Best wishes from the west of England. Jack

    hannah

    (@hannahritner)

    Happy to help:)

    Hannah

    Thread Starter jack_martin_leith

    (@jack_martin_leith)

    I’m adjusting font properties and there’s one minor issue: ‘Filed under categories’ has a lot of space between the words. See for example https://jackmartinleith.com/70-percent-of-organisational-change-initiatives-fail-fact-or-fiction/

    Any ideas?

    Thread Starter jack_martin_leith

    (@jack_martin_leith)

    It looks OK now. Apologies. But ‘Comment’ label has shrunk to 11px.

    hannah

    (@hannahritner)

    This css will adjust the comment label:

    #commentform label {
        font-size: 16px;
    }

    Hannah

    Thread Starter jack_martin_leith

    (@jack_martin_leith)

    Ah, brilliant! All good now. Thanks again.

    hannah

    (@hannahritner)

    You bet!

    Hannah

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Pinnacle: Change font size for Post Author and Categories’ is closed to new replies.