Adding a second line in the Site Title

  • Unknown's avatar

    I am trying to add a second line in the Site Title (so that there are three lines total in the header, including the tagline) … on our site, we currently have as the Site Title “The Learning Commons // Welcome to our Blog!” and instead would like it to look like this:

    The Learning Commons
    Welcome to our Blog!
    (tagline)

    Is this possible? Thank you!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    If I were you I would change your title to just “The Learning Commons” and then add this to your custom CSS:

    h1.site-title:after {
      content:"Welcome to our blog!";
      display:block;
      color:#fff
    }
  • The topic ‘Adding a second line in the Site Title’ is closed to new replies.