• Hello!
    We’ve purchased the kale pro we are building our website (is not opened yet) and we are struggling to change some font sizes because they are so small.

    How can we change the size of the tags on each post?

    thanks so much for your help,
    we really appreciate it

    Aina

Viewing 1 replies (of 1 total)
  • Hello Aina,

    Thank you for your purchase and for asking about it. ??

    You can adjust the size of all text elements inside the entry meta box like the author, category, and tags with the CSS.

    Just navigate to WP admin -> Appearance -> Customize -> Additional CSS and paste this code inside:

    .entry-meta {
        font-size: 15px !important;
    }

    Now, just alter the value of 15px to any other size you want and save changes.

    All the best.

Viewing 1 replies (of 1 total)
  • The topic ‘change the font size of “tags”’ is closed to new replies.