[Resolved] Add h1 to Site Title Only on Home Page

  • Author
    Posts
  • #12799

    Andrew Misplon
    Keymaster

    Sure, here we go: https://pastebin.com/WjXAhSfV

    You’ll also need to add to Custom CSS or Additional CSS:

    .site-header .site-branding p.site-title {
        display: block;
        font-size: 36.00002px;
        font-size: 2.57143rem;
        font-family: "Muli", sans-serif;
        font-weight: 300;
        letter-spacing: -1px;
        line-height: normal;
        margin: 0;
        transition: 0.3s;
        zoom: 1;
    }
Viewing 1 post (of 1 total)

You must be logged in to reply to this topic.

Scroll to top