Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #244825
    miss lorraine
    Participant

    Can you please help with how to make the site title smaller in size or how I can stop the wrapping?

    #244882
    Skandha
    Participant

    @miss-lorraine: Hello there,
    To change the font size of site title
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .site-title {
        font-size: 18px;
    }

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Size of Site Title or how to stop wrapping’ is closed to new replies.