Page Title Font Size Unite Theme

Hi …I am unable to change the font size of the Page Title and Menu Titles. Could you please let me know the CSS code for changing these.

My website:www.coracletales.com

Hi @tanu05,

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


h1.entry-title {
    font-size: 52px;
}
.navbar-nav li a {
    font-size: 30px;
}

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

Best Regards,
Movin