[Resolved] Letter spacing for primary navigation not working in Customizer

Home Forums Support [Resolved] Letter spacing for primary navigation not working in Customizer

Home Forums Support Letter spacing for primary navigation not working in Customizer

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2165222
    Alvin

    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:

    CSS overridden

    Any tips? Do I need to change this using custom CSS instead?

    Thanks,
    Alvin

    #2165253
    Leo
    Staff
    Customer Support

    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!

    #2165309
    Alvin

    That did the trick. Thanks Leo!

    #2165318
    Leo
    Staff
    Customer Support

    No problem 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.