Change Site Title font

Hi

Just started building a new site and unable to find the code to change the font of the Site Title, could you please assist.
Site: http://capturedbycoops.com.au/

Thank you
Darren

Hi Darren,

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

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


#page .site-title {
    font-family: arial;
}

Please change the font arial in the above code to whatever you want to set.

Best Regards,
Movin

You are awesome thank you Movin

You are most welcome here :slight_smile: