[Resolved] How to make post title to be aligned centred in single post and …..

Home Forums Support [Resolved] How to make post title to be aligned centred in single post and …..

Home Forums Support How to make post title to be aligned centred in single post and …..

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1227826
    Mike

    Hi,

    I was wondering if I can make post title to be aligned centered inside the blog post and aligned left on the home page.

    If so how can I do that?

    Thanks

    #1227940
    Leo
    Staff
    Customer Support

    Hi there,

    Add this CSS:

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

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know if this helps 🙂

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