• I am trying to increase the size of the font of the header text as well as center the header text. Grateful for some guidance as to how this could be done.

Viewing 1 replies (of 1 total)
  • Theme Author Stephen Harris

    (@stephenharris)

    .logo{
        text-align: center;
    }
    .logo h1{
        font-size: ???;
    }

    in stylesheets/base.css should do the trick. (Though implementing a child theme with the alterations would be preferable to allow for updates).

Viewing 1 replies (of 1 total)
  • The topic ‘How do I customise the header text?’ is closed to new replies.