Forums
Home / Theme: Fifteen / Title on two lines
(@stpaulfresno)
10 years, 2 months ago
Looking for a way to split my title into two lines.
(@wpmudev-support4)
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
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
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; }