Hi – I got a question about adjusting heading sizes.
In the ‘Theme Custom CSS’ I got rules for changing some of the styles of the H2 and H3 headers, for example:
H3
{
font-family: “niveau-grotesk”, sans-serif;
font-weight: 600;
font-style: normal;
color: #e51f25;
size: 2px;
line-height: 28px;
}
The font-type, the color is loading correctly; the size and line-height are not loading in the frontend. The font is a different size than the 2px I entered.
Do you have any suggestions?
Tnx.