Adjusting Font Size and Letter Spacing In Primary Menu

First, I must mention that Shapely is one of those “Swiss Army Knife” themes – it does everything you want it to do, and much more! Thank you for providing this outstanding asset to the WordPress community.

I have one minor issue, though: I’ve been able to muck around with the Additional CSS to incorporate the client’s preferred fonts and font sizes, but the font size and leading (letter spacing) is very small and tight in the top primary menu.

(See attached screenshot.)

I successfully switched out the font from Raleway, but I have not been able to figure out the CSS class on the navbar and/or menu to change the font size or letter spacing. (I tried “inspect” and still couldn’t figure it out.)

I know it’s in there somewhere (menu-item? ul? li?) but I’ve hit the wall.

Can anyone provide me with a clue or two, please?

The website is in development at:

http://moonforsale.com/

Thank you for your assistance!

MoonBoy

Never mind! Adding !important to the CSS fixed it:

.menu-item > a {
	font-size: 1.0em !important;
	letter-spacing: 2px !important;
}

With great shame,

MoonBoy

Hello there,

Nice work.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support