Different color on each menu item

  • Author
    Posts
  • #29211
    Sharmila

    Hi,

    I want to have different colors for each menu tab. Could you please let me know where and how can i do that?

    #29307
    Walt

    You can’t do it by default with this theme (or any other theme for that matter). I would think you would have to use firebug or a similar inspector, figure out what the css is that controls it, and use the page id to define.

    #30584
    D.Robin

    Just add to stylesheet.css

    #menu li:hover:nth-child(5) {
    background: #39d8bc;
    }

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘Different color on each menu item’ is closed to new replies.