• Resolved pregwebwp

    (@pregwebwp)


    Hi,
    I am using your “Church” theme for my website.
    How do I center the text in the header and change the font?
    Thank you,

Viewing 1 replies (of 1 total)
  • Below is one way to do it via CSS. Go to “Appearance > Customize > CSS”, and insert below code

    .title-area {
        text-align: center;
    }
    
    .site-title,
    .site-description {
        font-family: "Times New Roman", Georgia, Serif;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Center the Header Text’ is closed to new replies.