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
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