Hello, friends,
First of all, just let me say that I am thrilled with my Sparkling theme, and with ColorLib as a whole. You guys make customization so easy. 
I’d like to make the font for my menu larger. Is there an easy way to do this? The site I’m working on is erinsalmonwrites.com.
Cheers!
Thank you for your feedback! I highly appreciate it!
You can change font size for header navigation by adding this simple CSS to Appearance >> Theme Options >> Other >> Custom CSS.
ul.navbar-nav li a {
font-size: 14px !important;
}
You can change font size to get the results you were looking for.
Let me know if this helps.
Cheers!