Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #396150

    I am a bit confused about Font sizes. I am using ‘Paragraph’ on 2 different pages but the font size appears differently. I am trying to enlarge the font size on a specific page (What I do page) but not sure how.

    #396416

    Hi NicRW!

    It looks like the sizes are being changed by a plugin.

    If you want to use some CSS then drag a codeblock element to that page and add this inside.

    <style type = "text/css">
    .avia_textblock { font-size: 12px !important; }
    </style>
    

    Cheers!
    Elliott

    #399701

    Hi
    I’m afraid that isn’t making any difference. Is there any other way?
    Thanks
    Nicola

    #399708

    Hey!

    Please try adding following code to Quick CSS in Enfold theme options under General Styling tab

    .avia_textblock p {
    font-size: 16px;
    }

    Best regards,
    Yigit

    #399958

    Thanks, that worked great!

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