• Resolved meyerwp

    (@meyerwordpress)


    Hello,
    I added this in the custom css manager

    .hentry .thumbnail-title {
    font-family: Helvetica, Arial, sans-serif;
    font-style: small;
    }

    If you look at the page
    https://www.jeromemeyer.com
    the G is cut

    I would like to reduce the font size
    thank you for your feedback!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi, the CSS to reduce the font is font-size:small and not font-style.

    Thread Starter meyerwp

    (@meyerwordpress)

    Thank you Antonietta!
    what if I want to choose the size because now it is too small!
    ??

    Thread Starter meyerwp

    (@meyerwordpress)

    to write “medium”help a bit but still too small..

    There are different measurements (em, px, rem), but I think the easiest implementation would be in px. For example: font-size: 14px;

    Simply try out different options until you find the size you like.

    Thread Starter meyerwp

    (@meyerwordpress)

    Thank you so much for your help!
    great!

    Thread Starter meyerwp

    (@meyerwordpress)

    resolved!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Changing font in circle’ is closed to new replies.