• Hey there,

    I’m reaching out to see how to get my tagline to show up? The title is appearing without problems, but I can’t seem to get the tagline there. I’d appreciate any help or guidance.

    Thanks

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • @mattisinfact

    Hi there! Looks like the tagline is hidden by default. Add the following code under Appearance ->Customize ->Additional CSS:

    .site-description {
        display: block;
    }

    You may also need to add more CSS to place the tagline to the desired position.

    Regards,
    Arsen

Viewing 1 replies (of 1 total)
  • The topic ‘Tagline not appearing’ is closed to new replies.