how to edit the Site Title and Tagline in the Header ?

Home Forums Automattic Little Story how to edit the Site Title and Tagline in the Header ?

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

    expatmomingermany
    Member

    I would like to edit the Site Title and the tagline in the header. I would like to get my site title and the tagline Text to come in the middle.

    The blog I need help with is expatmomingermany.com
    #164996

    Mike

    Hey there,

    I would like to edit the Site Title and the tagline in the header.

    You can edit the text for each at Design > Customize > Site Identity > Site Title and Design > Customize > Site Identity > Site Tagline

    I would like to get my site title and the tagline Text to come in the middle.

    We can center these items in your header with custom CSS. You can add the following custom CSS via Design → Customize → CSS:

    
    /* Center site title and tagline */
    .site-title,
    .site-description {
    	text-align: center;
    }
    

    Let us know if you have any further questions! :)

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

You must be logged in to reply to this topic.