[Resolved] How do I change post title font style in blog homepage?

Home Forums Support [Resolved] How do I change post title font style in blog homepage?

Home Forums Support How do I change post title font style in blog homepage?

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #962171
    Jude

    I need to change the Post title font style in the blog homepage and not the single post title (H1). How do I do this? I can see options to change different heading (H1 to H6) but I don’t see anyone specifically to change the tile at the blog homepage.

    I would really appreciate a solution to this. Thank you.

    #962191
    Leo
    Staff
    Customer Support

    Hi there,

    The titles on the posts page are actually <h2> which can be modified in the customizer.

    If you only want to change the posts titles without changing other <h2> elements, then CSS solution is required:

    h2.entry-title {
        font-family: "Roboto Slab", serif;
        font-weight: 600;
        font-size: 33px;
        line-height: 1.7em;
    }

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

    Let me know if this helps πŸ™‚

    #962199
    Jude

    Alright. Thank you.

    from the CSS file above, how do I enter the font style?
    I want to use Roboto slab

    #962200
    Leo
    Staff
    Customer Support

    Edited the CSS above.

    Let me know πŸ™‚

    #962230
    Jude

    Thank you. However, I need more help.

    I want to style the features of the Blog homepage separately. I would be delighted if you can also provide me with the CSS to do so.

    I want to

    1. Adjust the font excerpt on the blog homepage (font style, size and colour)
    2. Control the padding separately.
    3. adjust the Read more button location and colour.
    here is a sample picture of what I would love to achieve http://prntscr.com/ohgvtq

    Additionally,
    4. How can I make all the links to be underlined when hovered?
    5. The heading1 (H1) bottom margin does not adjust when I move the adjustment bar. How can I fix this?

    I await your response, Thank you.

    #962235
    Leo
    Staff
    Customer Support

    Any chance you can open separate topic(s) for the different questions?

    Thanks πŸ™‚

    #962252
    Jude

    Alright. I will do that

    #962305
    Leo
    Staff
    Customer Support

    Thanks πŸ™‚

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