Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey there stpaulfresno,

    Hope you’re well today!

    If you’re looking to split the page title into two lines you can use </br>
    in the page title admin area to split it in two rows https://screencast.com/t/0v6Fs4M3rE.

    Hope this helps.

    Best regards,
    Bojan

    Thread Starter stpaulfresno

    (@stpaulfresno)

    Sorry, I should have been more clear. I want to split the Site Title.
    It’s under appearance, customize.

    The </br> doesn’t work there

    Thread Starter stpaulfresno

    (@stpaulfresno)

    OK figured it out…finally…that took some time.
    Added this to the “Edit CSS” under appearance

    .site-title:after {
    content: “second line goes here”;
    font-size: 50px;
    display: block;
    color: #000000;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Title on two lines’ is closed to new replies.