Home › Forums › Theme support › honey – can't change the font size › Reply To: honey – can't change the font size
Hi, are you sure you change the settings? I checked the code in the file for the CSS output of the theme options, but it looks like there was nothing changed…
However, to make it short, you can put this CSS code in WP admin -> Appearance -> Theme Options -> General -> Extra CSS Content:
.mainsection li.product h2 {
font-size: 17px !important;
}
This will solve it! Of course, you can change “17px” to a value of your choice.