Hi! I'd like to style my <H1> as a <p> element (or other tag), without changing the <H1> tag and maintaining the same style of <p>. Is there a way to do that?
Hi! thank you for your response, but this is not what I was looking for.
I don't want to edit my h1 style, because in other parts of my website is fine as it is. I just want to "disguise" my h1 like a p (only one time, not every time). I think it can happen maybe with a class that has the same style of a p and update every time I change the p style in the general option, but I didn't find any of them.
Hi! I'd like to style my <H1> as a <p> element (or other tag), without changing the <H1> tag and maintaining the same style of <p>. Is there a way to do that?
thank you
Hi there,
Try reducing the font weight and font size
Kind regards.
Hi! thank you for your response, but this is not what I was looking for.
I don't want to edit my h1 style, because in other parts of my website is fine as it is. I just want to "disguise" my h1 like a p (only one time, not every time).
I think it can happen maybe with a class that has the same style of a p and update every time I change the p style in the general option, but I didn't find any of them.
is there a solution for that?
Hi Co-Brains,
Please share a link to where you have set that so that we see if there is a possible solution.
Thanks.
Hi Co-Brains,
Try the following custom css:
Kind regards.
okay, but when it will display on mobile it will not have the right size like other h1, I will display the text as big as the h1 on desktop
Hi Co-Brains,
Use media queries for mobile and desktop:
Kind regards.