Archived topic
Letter spacing for primary navigation not working in Customizer
3 replies · Started by Alvin on March 23, 2022
Hi,
I am using the Crypto template as a base. I'm trying to reduce letter spacing in the primary nav via the Customizer, but it doesn't appear to take effect. (All of the other settings seem to work fine, however)
In DevTools, I can see the value I set (0rem) is being overridden by something else in the stylesheet:

Any tips? Do I need to change this using custom CSS instead?
Thanks,
Alvin
Hi Alvin,
Sorry about that!
Go to Additional CSS field in the customizer and remove this CSS:
.main-nav ul.menu li a {
letter-spacing: 0.08em;
}
This was added before letter-spacing is an option in the customizer but is no longer needed now - I'll be sure to update and reupload the site.
Thanks for pointing it out!
That did the trick. Thanks Leo!
No problem :)