• Hi Kathryn,

    Just curious, how do I include a tagline under the Site Title in my header? I recently updated the theme, and it momentarily included my tagline up there… However, before I knew it, it was gone again! How do I get it back up there?

    Thanks,
    Lance

Viewing 1 replies (of 1 total)
  • Hi Lance, could you provide a link to your site so I can see what’s going on? By default, Syntax doesn’t display the tagline on the front end, as you can see on the demo:

    https://syntaxdemo.wordpress.com/

    You can, however, bring it back with some custom CSS:

    .site-description {
       display: inherit;
    }

    Don’t edit the theme files directly, otherwise your changes will be overwritten whenever the theme is updated. Perhaps that’s what happened here, you made a previous tweak to the original theme files that got overwritten on updating the theme?

    An easy way to add custom CSS is to install the Jetpack plugin and activate the Custom CSS module. You’ll then add your custom CSS in the new stylesheet editor that’ll appear in your dashboard, under Appearance > Edit CSS.

    As alternatives, you could either install a standalone custom CSS plugin, or create a child theme.

Viewing 1 replies (of 1 total)

The topic ‘Including Site "Tagline" in header’ is closed to new replies.