Reply To: How to change font size?

Home Forums Iconic One Pro Support How to change font size? Reply To: How to change font size?

#5803

Hi,

1) Paste the following lines in Customizer -> Additional CSS


.entry-content table {
    font-size: 16px;
}

2) Similarly


.entry-content h2 {
    font-size: 24px;
}
.entry-content h3 {
    font-size: 20px;
}

Change px values as per the requirement.