February 4, 2024 at 3:26 pm
#108040
Theme Horse Support Team
Keymaster
Hi there,
You can add custom CSS code as below example.
Just change the digit value below to change the font size for specific heading and add below custom CSS code.
h1 {
font-size: 20px;
}
h2 {
font-size: 18px;
}
h3 {
font-size: 16px;
}
Thank you!