Created on 19 February 2025, about 2 months ago

Problem/Motivation

I want smaller header fonts. The site user uses very long titles. For example H2 is 2.5rem by default. I want to make it 2.25rem or 2rem.
I haven't found an option in the theme settings to make the title fontsizes smaller. I have tried the following CSS options in the subtheme css file:
1.
:root {
--solo-px36: 2rem;
}
2.
:main-container {
--solo-px36: 2rem;
}
3.
@property --solo-px36 {
syntax: β€œβ€;
inherits: false;
initial-value: 2rem;
}
But none of them work.
How can I make it work?

πŸ’¬ Support request
Status

Active

Version

1.0

Component

Code

Created by

πŸ‡³πŸ‡±Netherlands promes

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024