Blog Issue

Hi

This is another one for www.katsanddogs.co.uk

Is there a way to change the font where it says ‘recipes for pets’ (see screen shot) - I would like this to be the same as the other font which is Lora.

Thank you!

Hi @katsanddogs,

Thank you for your question.

First of all i want to tell you that this is not an issue which you wrote in your topic title but instead this is custom work that you want to achieve.

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

Admin Area -> Appearance -> Customize -> Shapely Options -> Other


.container.main-content-area > .cat-title a {
    font-family: "Lora", serif;
}

Best Regards,
Movin