Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #30655
    Tanya Rampersad
    Guest

    Hi, I would like to change the font colour of my main menu.  How would I customize this?  Thanks.

    #30656
    support
    Guest

    Thank you for contacting us!

    The font color of your menu items will automatically change based on the background color of your header between white and black, whichever one is more visible.  If you want to use a custom color for your menu item text then you will need to use CSS to change it and the following code will allow you to supply you own color value to customize as needed.

    .palette-primary .navbar-default .navbar-nav > li > a {
      color: #HEXCODE;
    }

    Please let us know if you have any additional questions, we are always happy to help!

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘how to change text colour of menu font’ is closed to new replies.