Home › Forums › Iconic One Pro Support › Table Font size › Reply To: Table Font size
July 13, 2019 at 8:36 am #5712
Themonic-Support
Keymaster
Hi,
Paste the following lines in Customizer -> Additional CSS
.entry-content table {
font-size: 14px;
}
————————–
Default table font size was 12px. You can change the 14px value as per your requirement.