Align title header in snaps theme

  • Unknown's avatar

    Hello,

    I am using the free plan to start – what I want to do is either remove the title from each page or align it to center? For example: The “About Me” page has “About Me” at the top of the page and is aligned to the left, not centered. Thanks!

    The blog I need help with is: (visible only to logged in users)

  • Hi there!

    Either option (removing or centering) would be doable with a bit of Custom CSS, which is part of a Premium Plan or Business Plan.

    With Custom CSS you could add either of the following snippets under My Site > Customize > CSS:

    Remove page titles:

    .page .entry-title {
        display: none;
    }

    Center page titles:

    .page .entry-title {
        text-align: center;
    }

    Let us know how it goes!

  • The topic ‘Align title header in snaps theme’ is closed to new replies.