Hide tagline from view in Church theme

Home Forums General Forums Hide tagline from view in Church theme

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1025
    patience
    Participant

    How do I hide the tagline from the website and how do I improve SEO/add keywords for my theme as the only way to find the site now is to type the whole url including the .com. Site been live for over one month.

    #1037
    han
    Keymaster

    Go to “Appearance > Customize”, and add this custom CSS

    .site-description {
        display: none;
    }

    SEO is another thing, big topic. If you want know more about this, check out MOZ.com

Viewing 2 posts - 1 through 2 (of 2 total)

You must login to reply to this topic.