Archived topic
Customer h1 page-title for categories
3 replies · Started by Matt on April 4, 2022
Hi,
I can't find an option to change the font size for h1's with the class page-title in the Typography Manager. I just want the font to be the same as the other h1's and centered with some space around it. Can I do this in the Typo manager or customizer or should I just do it in CSS?
Hi there,
you currently have this CSS in the Customizer > Additional CSS:
.page-header h1 {
font-size: 1.5em;
}
If you remove that then those H1s will use the settings in the customizer.
Thanks! I was looking for page-title and not page-header, my bad :)
Glad to be of help