• Resolved nicoleb

    (@nicoleb)


    I want to keep the tagline but do not want to display the Title in the header. While I could just leave the title blank, I see that it is used in other aspects of the site (such as on the browser tabs). So how do I just have it not show next to the navigation?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Nile Flores

    (@blondishnet)

    If you mean the top of the site for the logo/ title area, and description,

    Find in your style sheet #cir-site-title and change it to

    #cir-site-title {
    display: hidden;
    }

    I’m not sure that is proper for SEO. Frankly, you should keep the title it in because the search engines do look for it.

    Thread Starter nicoleb

    (@nicoleb)

    That didn’t seem to work but I changed it to font: 0em and that worked. That’s why I wanted to still have the title listed in the Customization area. I just didn’t want it showing up in the header since I use an image in the Banner that has my logo and title.

    This is what you want:

    #cir-site-title {
    display: none;
    }
    Nile Flores

    (@blondishnet)

    I had a brain fart, but that is it. smh at myself

    Thread Starter nicoleb

    (@nicoleb)

    Thank you!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Do not display Title in header’ is closed to new replies.