Home › Forums › Iconic One Pro Support › Change the font size › Reply To: Change the font size
July 31, 2016 at 10:53 am #4375
Themonic-Support
Keymaster
You can use like this in simple custom css plugin
.entry-content h2 {
font-size: 24px;
}
.entry-content h3 {
font-size: 20px;
}