• Resolved chiekaaaaa

    (@chiekaceleste)


    How do I increase my general font size? I’ve already tried to fidget with the Custom CSS and nothing happened.

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi there,
    you can try this

    body, .entry-content p{
     font-size:20px;   
    }

    in your custom CSS box under Appearance ? Customize ??Additional CSS

    Let me know if this helps.

    Thread Starter chiekaaaaa

    (@chiekaceleste)

    Yes, it did work. Thank you for your help.

    Additionally, is there a way to adjust the heading font sizes with the paragraph font size as well? Another way to phrase my question would be how can I keep the ratio of the heading font sizes with the paragraph font size like the original format?

    Glad I could help!

    There is no automatic way to control the aspect ratio of headings and paragraphs.
    So you will need to figure the best size for your headings by yourself.

    Try this

    h2.entry-title{
    font-size:50px;
    }

    to change the listing article headings and
    this

    h3.widget-title{
    font-size:20px;
    }

    to change your widget heading size.

    Thread Starter chiekaaaaa

    (@chiekaceleste)

    Great, thank you.

    You are welcome ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Increasing general font size’ is closed to new replies.