How to edit heading text
Answered on August 24, 2015.
Best answer
Hello!
H3 is a very general selector, so will be ignored if the h3 uses a class of its own (in the case of the site name, it is .sitename). You also must use font size values to increase size – in the case of Layers we use the rem unit. Percentages only apply to the way a font is displayed relative to the zoom level of the browser so you want to avoid that unless designing for mobile screens specifically.
Example:
.sitename{ font-size: 2rem;}