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

    Hi, I would like to make the font size of the header on the homepage, and the font size of the subtitle on the homepage (in the header) bigger. How can I change that?

    (The site is not live, so I cannot provide the URL)

    #185440
    Skandha
    Participant

    @wouwonline: Hello there,
    To change the font size of header and subtitle
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .site-title {
        font-size: 30px !important;
    }
    .site-description {
        font-size: 23px !important;
    }

    You can change the font size according to your choice.
    Let me know if this works out!
    Kind Regards,
    Skandha

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