Put the following code in your custom css Appearance -> theme options -> styling options -> custom css Code: .content h1 { font-size: 36px; } Instead of 36px you can put your required font size. This will solve your issue. Thanks.