Home › Forums › Iconic One Pro Support › How to change font size? › Reply To: How to change font size?
October 10, 2019 at 2:53 pm #5803
Themonic-Support
Keymaster
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.