Font size – same size throughout website

  • Posted in : Read WP
  • rossmnz
    Participant

    Hi there, what CSS do I need to use to have the same sized font right throughout my entire website please? I’m wanting 14px. Thank you

    ahmetsali
    Keymaster

    Hi, try this custom css code;

    body {
        font-size: 14px;
    }
    

    but this may also effect headings as they have been coded in em units. If you only want to adjust paragraphs you can try this;

    p {
        font-size: 14px !important;
    }
    
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register