[Resolved] Centering Page Titles

Home Forums Support [Resolved] Centering Page Titles

Home Forums Support Centering Page Titles

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1285974
    Simon

    Hi there, an hour into my GeneratePress journey and I am so far very impressed.

    First question though:

    I’ve found this code for centring post titles but is it possible to centre page titles?

    .single h1.entry-title {
    text-align: center;
    }

    Many thanks

    Simon

    #1286085
    Leo
    Staff
    Customer Support

    Hi there,

    .single makes it target the single posts only.

    Try just this:

    h1.entry-title {
        text-align: center;
    }
    #2315524
    Mary

    Is this code put in the css block on Customize> additional CSS? If not where does it go?

    #2315546
    David
    Staff
    Customer Support

    Hi there,

    so this:

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

    Is a CSS Rule. And you would add that code in the Customizer > Additional CSS 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.