Tagline

  • Unknown's avatar

    When you scroll down, the tagline disappears. I assume that’s just the theme. Is there a way to fix that?

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

  • Unknown's avatar

    Hi there, on the Kelly theme, it does not show a tagline, only the site title.

    At 1100px and wider screen/windows, the title area stays fixed, and on screens/window narrower than that it scrolls up. There are some changes to that top area done with Javascript on wider screens that I can’t figure out how to replicate, but let’s try this. Go to Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS and see what you think.

    @media screen and (max-width: 1099px) {
      .sticky-wrapper {
        position: fixed;
        top: 32px;
      }
      .site-title {
        font-size: 2em;
      }
    }
  • The topic ‘Tagline’ is closed to new replies.