Hi, For some reason the template Site Settings Heading vars are not set in the css:
h2, .h2 { font-size: var(--h2-font-size); }
No caching. How can I solve this?
Thanks
marty-harty Hi
Due to the concept of the template, some parts use H2 tag but is set with a smaller size than your heading settings in template.
Could you share the URL + super admin account and the part of H2 section that not inherit your custom css? I will take a look.
For now I put this in custom css, which works on whole site: h1, .h1 { font-size: 40px; } h2, .h2 { font-size: 32px; } But Site Setting Heading font-size in template not working for me (only latest versions)