Home › Forums › Iconic One Pro Support › How to change post title font size? › Reply To: How to change post title font size?
October 2, 2013 at 5:26 pm #915
Themonic-Support
Keymaster
Paste the following in the custom.css or in the style.css of child theme
.entry-header .entry-title {
font-size: 28px;
font-weight: bold;
}
Increase or decrease the px value as per your liking.