• I want to change the size of the font of the text that is numbered on this post, but the font size editing option disappears under lists. How can I fix that?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    The provided link is not accessible as there is a coming soon page active at the time.

    Anyway, if you need to adjust the font size for listed items, just access WP admin -> Appearance -> Customize -> Additional CSS and paste this code inside:

    .single-content, .single-content p, .single-content ol, .single-content ul {font-size:16px !important;}

    Now, just change the value in pixels according to your needs. ??

    If there is something else in question, please provide the screenshot of that page and I will provide the needed CSS code.

    Regards,
    Davor

    Thread Starter Jamiee

    (@gymjam)

    Will this code change only the font of the numbers text in that one particular blog post?

    Hi Jamiee,

    This code would apply the change to all posts, not just a specific one.

    If you need anything else, let us know! ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Font Change – In Posts -> Block Editor -> List’ is closed to new replies.