Viewing 5 replies - 1 through 5 (of 5 total)
  • Leo

    (@leohsiang)

    Hi there,

    Are you referring to the titles on the posts/archive pages or single posts?

    Both options are included in the Typography add-on of GP Premium plugin but we can provide some CSS as well.

    Let me know ??

    Thread Starter bloggingbeats

    (@amitgargjind)

    Hey Leo

    Yes, I meant titles on the posts.

    I am using the free version of GeneratePress.

    Please share the CSS or the best possible way to do so.

    Thanks

    Leo

    (@leohsiang)

    Looks like you are already using this CSS:

    .entry-title {
        text-align: center;
        font-size: 42px;
        line-height: 52px;
        color: #111111
    }

    To target the titles on the posts listing page, it would be this selector:
    h2.entry-title

    To target the title on single posts, it would be this selector:
    h1.entry-title

    Thread Starter bloggingbeats

    (@amitgargjind)

    It’s working fine

    Is there any way to increase the width of Title only as content width is set to 800px so the title is also restricted to 800px.

    I also want to reduce the padding between breadcrumbs and post tile.

    Thanks

    Leo

    (@leohsiang)

    Is there any way to increase the width of Title only as content width is set to 800px so the title is also restricted to 800px.

    That’s not possible as the content title is within the content container.

    You would need to use the header element module in our premium plugin:
    https://docs.generatepress.com/article/header-element-overview/

    I also want to reduce the padding between breadcrumbs and post tile.

    Can you open a new topic for the separate question?

    Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Post Title’ is closed to new replies.