badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Headings font size

#108040

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!