[Resolved] Tasty Theme – Title Help Needed

Home Forums Support [Resolved] Tasty Theme – Title Help Needed

Home Forums Support Tasty Theme – Title Help Needed

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #805553
    Ana

    I’m using -> Single Post Sidebar Layout – Content (no sidebars) <- for the Tasty Theme.

    Everything is center aligned except the Blog Post Title – it’s right alignment.

    So my question is – How can I make the Title centered?

    #805596
    Leo
    Staff
    Customer Support

    Hi there,

    Give this CSS a shot:

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

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

    Let me know πŸ™‚

    #805618
    Ana

    Great thanks Leo πŸ™‚ How can I do the same with the -> Date, by Author Name

    I suppose this is the the code:

    #806007
    Tom
    Lead Developer
    Lead Developer

    Since you have this in your custom CSS:

    .entry-meta {
    	font-weight: 300;
    	font-size: 13px;
    	display: flex;
    }

    You’d need to replace it with this:

    .entry-meta {
        font-weight: 300;
        font-size: 13px;
        display: flex;
        justify-content: center;
    }
    #806229
    Ana

    Thank you Tom, I hired a developer who did some custom CSS while working with Elementor.

    I decided to remove Elementor and I’ll work solely with Gutenberg and GeneratePress.

    Love the theme and appreciate the support you are providing.

    Thanks again! πŸ™‚

    #806331
    Tom
    Lead Developer
    Lead Developer

    Awesome! Really glad you’re enjoying it πŸ™‚

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