• Hey guys,

    We have this option to do something with css in the menus.

    There is : CSS Classes (optional) that you can use.

    I want to just change 1 color in my main navigation using this option but i have no clue how todo that

    any ideas?

    Thanks

Viewing 1 replies (of 1 total)
  • Are you saying that you want to add a class to one entry in your menu, and change the color of just that one entry?

    If so, create a unique class name for that entry, and add that to the CSS Classes (optional) text box. For example: mysite-special-menu-color

    Then, you can add a CSS entry to your stylesheet specifying the color.
    For example: .mysite-special-menu-color a { color: #999; }

Viewing 1 replies (of 1 total)
  • The topic ‘change color in main menu’ is closed to new replies.