All Collections
Store Settings
Modify the font colour of your navbar.
Modify the font colour of your navbar.

This article provides a detailed guide on editing your navigation bar font colour step by step.

Alex Shanley avatar
Written by Alex Shanley
Updated over a week ago
  • Step 1

    Go to the Voucher Connect dashboard and click on 'Settings' in the top navigation bar. This will reveal a dropdown menu where you should select 'General Settings'.

  • Step 2

    Navigate to the sidebar and select "Store Settings." On the same page, scroll down until you locate the "Advanced Styling Settings" section. Within this section, you'll find the option for "Custom CSS."


    โ€‹

  • Step 3

    In the "Custom CSS" section, paste the given code. Be sure to use your custom colour to suit your store best, and remember to save to activate the CSS changes.

.navbar-default .navbar-nav>li>a {
color: #5D8528;
}

  • Final step

    That's it! You've successfully changed the font colour on your navbar.

Did this answer your question?