Home › Forums › Basel support forum › Heading font sizes – need adjusting › Reply To: Heading font sizes – need adjusting
August 31, 2019 at 1:27 pm
#141399
Bogdan Donovan
Keymaster
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings.
body table tr th,
body .page-title .entry-title, .page-title h1,
body .slider-title {
text-transform: none;
}
Regards