• Hi.
    Could someone please tell me how to change the font character spacing in the Nav menu?

    What script could I use in the custom CSS box?

    I’m using the Evolve theme from the www.remarpro.com
    Any suggestions?

    Thanks

Viewing 1 replies (of 1 total)
  • Hey there laurenceBell,

    How are you doing today?

    This is definitely possible with some custom CSS. Since you already know where evolve custom CSS tab is you can add the following code there:

    ul.nav-menu li a {
      letter-spacing: 1px;
    }

    This will add 1px letter spacing, you can increase/decrease numeric value to get the spacing that you wish to add. You can also find more info about letter spacing property here https://www.w3schools.com/cssref/pr_text_letter-spacing.asp.

    If the code doesn’t work please keep it added and post link to your site so I can take a look ??

    Cheers,
    Bojan

Viewing 1 replies (of 1 total)
  • The topic ‘change the font character spacing in the Nav menu’ is closed to new replies.