Size H1 and H3 in POSTER STACK

Hello, please:

how can i change text size of H1 and H3 in post in POSTER STACK?
Thanks,

Mike.
site: https://www.picomineral.cz/blog/?post=onemocneni-ledvin

The sizes are coming from your theme.

In addiction there is a title size override.

Thx, but this is from theme:
https://www.picomineral.cz/realine-b-vitaminy-plus.html
H1 is not the same size :/
Thx
Mike

You have overwritten the title style with the override settings to 22px

Yes, because, i need font size 22px here:

but, how can i change font size in post text only.
Many thx.
Mike

I see. Try:

.poster-details .poster-title a {
    font-size: 30px !important;
}

It didn’t help, both headings changed. Both in the list and in the post.
M

For H3 the following entry helped:

.poster-details h3 {
font-size: 26px !important;
}

but H1 is not good.
thx.

Maybe you removed the override?

The h1 size inside the list now comes from the theme, not from the override.

Please don’t change all kind of sizes at once, that’s a moving target. Thanks.

Yes, many thanks!
well done.

and how can i reduce the line spacing? in post h1 title?

i try: line-height: 50% !important; - but does not work.

Thx
M

I already solved it, the problem was in the font settings in POSTER STACK - title font style

Many thanks to Jannis,
Mike

2 Likes