I need to change a font size of the category. On the page is the font of Category too big. I tried to change it with CSS, but it didn′t work.
I would appreciate any help.
Thanks in advance
Jana
]]>I am sorry for the late reply.
Anyway, to change the font size of the category text, please try adding below custom CSS via Dashboard > Appearance > Customize > Additional CSS.
.content-area .page-header .page-title {
font-size: 48px;
}
If you have any further questions, please let us know.
Thank you.
]]>