• Does anyone know how to change the color of just one of the menu tabs (change just one of the navigation options)?

Viewing 7 replies - 1 through 7 (of 7 total)
  • You’ll need some CSS for that. The menu will need to have a specific class or id so that the menu item can be selected then it’s just a matter of supplying the specific CSS to select it and make it the colour you want.

    Im no professional, but have you tried to give it a class and style it with css?

    greets, M.

    often in menues, each menu tab has its own unique css id, which you can use to style it.

    that depands on the theme you are using, and on the functions the theme uses to show the menu.

    a link to your site together with the description of the tab will get you more detailed help.

    Thread Starter amalek

    (@amalek)

    My site is http://www.gravehumorbook.com (i just started it so there isn’t much there), but I want the “Buy the Book!” tab to be another color. How do I determine if the tabs have their own css id?

    the tabs are numbered, beginning with .tab-home; .tab-1; and .tab-2

    for the ‘buy the book’ add the following at the end of custom.css:

    .tab-2 a { color: #123456; }

    http://en.wikipedia.org/wiki/Web_colors

    Thread Starter amalek

    (@amalek)

    Thanks… I do not see a custom.css file? Only the style.css file??

    style.css is also ok; just add the new styles at the end of style.css.

    (from what i read from the code on your site, custom.css needs to be activated in the theme options, and is located in a subfolder – just ignore it for now)

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘change color of just one menu tab’ is closed to new replies.