Activello - Theme Title formatting

Hi - I am trying to customize my Title that appears on all the pages of my site. I want it to look the same on every page but it doesn’t currently and I cannot figure out what is causing it. For example on the Home page the title Hope Unexplained is different font and size than my Blog page. How do I fix this? Is there a code I need to add/delete?

Also - I’m looking for a cursive font that will show up cursive on mobile devices – any idea on what code or where I can go to get this information? site is: hopeunexplained.com

hey there

Hope you are having a good day and thank you for your question :slight_smile:
Please add this CSS in appearance - customize - additional CSS

.site-name a.navbar-brand {
font-family: lucida handwriting, cursive;
font-size: 40px;
font-weight: 400;
}

Thanks!
Colorlib Support Team

Oh my goodness - thank you so much! I swear I had that – but I deleted it and copy and pasted exactly what you have above and it fixed it. I must have been missing something - I’m VERY new to the blog world/css world. THANK YOU!!

Hi, there

Nice to hear your problem is fixed:)
Now I will now close the topic and mark it as resolved. Feel free to contact us again Thanks!