Increasing font size of website name

I’d like to increase the font size of my website’s name (on the homepage). Is this possible please?
Thanks

Hi Janes,

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 -> Activello Options -> Other -> Custom CSS


.site-name a.navbar-brand {
    font-size: 35px;
}

Best Regards,
Movin