Font Size

Hi - I’d also like to be able to change the size of the different headers. eg - where it says My Approach on that page, how do I increase or decrease that?

http://test.katsanddogs.co.uk/

Hi @katsanddogs,

Thank you for your another question.

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

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

h1.entry-title {
    font-size: 23px;
}

Just increase or decrease the value of 23px in the above CSS code to change the font size.

Best Regards,
Movin

Perfect - thank you!

You are most welcome here :slight_smile: