Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #112032
    wouwonline
    Participant

    Hi, How can I change the font size of all texts? (headers, body text etc.)
    thanks!

    #112062
    Mahesh
    Keymaster

    @wouwonline: This can be done with custom CSS, go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    .entry-title, 
    #promotion-message h2, 
    #featured-content #featured-heading {
        font-size: 35px;
    }
    
    body {
        font-size: 25px;
    }

    Regards,
    Mahesh

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