Dazzling Theme Site Title Font Size

Hi Everyone,

I know this topic has been addressed multiple times in other themes and I’ve tried multiple code snippets in the “Additional CSS” section of the Customization menu but I just can’t seem to get the site title font size to increase. At this point I’m wondering if the title itself is no longer text but an object with text inserted into it but I may be way off base on that.

I’ve attached a screenshot of the “Additional CSS” section and the things I’ve tried. I got the .site-description to change size and color and you’d think .site-title would do the same for the title but that didn’t work.

My site is http://www.snmtravel.com

I greatly appreciate any help! This is insanely frustrating!

Hey there,

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

Try this.

/*font size*/
a.navbar-brand {
    font-size: 1.5em;
}

or

.navbar > .container .navbar-brand {
    font-size: 1.5em;
}

Best regards,
Support.

Thanks for the reply!

The second code segment worked and after consulting a friend of mine he tells me it’s a specificity problem that necessitates the “navbar > .container” before the “.navbar-brand” portion.

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support