Site title & tagline

Home Forums Automattic Flora and Fauna Site title & tagline

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #112009 Resolve

    littlelocavoresara
    Member

    I figured out how to remove the cute banner and tagline text at the top. When I go to settings>General and change my site title and tagline, however, the banner reappears. I don’t want to leave these fields blank, because I want this information to appear in Google and be searchable. I don’t need my site title to actually display because it’s in my logo/header. I would like for the tagline to display. I need them to exist in the site regardless. Is this something that can be tweaked using CSS?

    The blog I need help with is alittlelocavore.com
    #153339

    Sheri
    Member

    You can hide the site title, the ribbon behind it, and the site description (tagline) in the Flora and Fauna theme by adding the following to your Appearance > Customize > CSS editor:

    .site-header > div {
    display: none;
    }

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

You must be logged in to reply to this topic.