• Resolved seven640

    (@seven640)


    Hi
    I’d like to change the post headings in my blog to a smaller font size.
    Hope someone can help. I’m using the Minimalistix theme.
    Thanks you.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @seven640,

    Thanks for posting here. In single pages the heading is looking large, I agree with you. A quick fix can be adding below style on your theme.

    h1.wp-block-post-title {
    font-size: 28px;
    }

    Minimalistix theme is a block theme so, you can edit the single page template from Appearance → Editor. This will help you create custom layout for your single page as well.

    Please let me know if you need further assistance!

    Best regards
    Muhibul

    Thread Starter seven640

    (@seven640)

    Hi Muhibul
    Thanks for replying. Your code didn’t work but when I did an inspect on the title it gave me this:
    .wp-block-post-title :where(a) { [so I added font-size: 22px;] and viola:
    .wp-block-post-title :where(a) {
    font-size: 22px;
    }
    It seems to have changed the excerpt heading and the single post heading.
    Thanks for your help.

      Hi @seven640

      Thanks for the update! I am always happy to help. Anyway you solved the issue that is important to me.

      Best of luck!
      Muhibul

    Viewing 3 replies - 1 through 3 (of 3 total)

    The topic ‘Post headings.’ is closed to new replies.