How to increase leading for headline?

Hi,

I would like to increase the leading for my H3 headings. Please refer to this post: http://souperdiaries.com/nyonya-chicken-curry-recipe/ (How to Make A Chicken Curry From Scratch – Nyonya Chicken Curry Recipe)

Also, the headline for this post was ‘nyonya chicken curry’ but I changed it to ‘How to Make A Chicken Curry From Scratch – Nyonya Chicken Curry Recipe’. The change is not reflected on my home page: http://souperdiaries.com/

Yvonne

Hi Yvonne,

I hope you are well today and thank you for your questions.

I would like to increase the leading for my H3 headings. Please refer to this post: http://souperdiaries.com/nyonya-chicken-curry-recipe/ (How to Make A Chicken Curry From Scratch – Nyonya Chicken Curry Recipe)

You can increase the size of it by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Dazzling Options -> Other -> Custom CSS

.single-post .entry-content h3 {
    font-size: 28px;
}

Also, the headline for this post was ‘nyonya chicken curry’ but I changed it to ‘How to Make A Chicken Curry From Scratch – Nyonya Chicken Curry Recipe’. The change is not reflected on my home page: http://souperdiaries.com/

This may be because of the ZenCache or any other cache that you are using on your site so try clearing the cache from it or temporary disabling it.

Best Regards,
Movin

Thanks Movin.

You are most welcome here :slight_smile: