How can I alter dropdown letter spacing separately in Debut theme?

Hi,

I’ve changed the letter spacing of my navigation but want the dropdown navigation to have a different letter spacing.

I use the debut theme and both use .site-nav__label so changing this will change the nav and dropdown spacing. Any ideas?

I’m currently changing my site, thats why the live page looks different from the screenshot. But the theme is the same

Shop: www.haeist.com

Thanks!

Try adding this code to the bottom of theme.css

.site-nav__link.site-nav__child-link .site-nav__label {
  letter-spacing: 5px;
}

Result:

1 Like

Thanks! Worked perfectly

1 Like

I am glad the problem is solved!