tab colour change

Support Area Forums Progress tab colour change

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question: http://
  • Author
    Posts
  • #20850

    Hi Bill,

    I wanted to ask, is it possible to make the colour of the respective tab to change when you go to that particular page, e.g. when you click “About us” the tab name becomes dark blue?

    if it is , can you please show me how.

    Angela

    #20865
    Bill Robbins
    Moderator

    Hey Angela,

    You can do that. Here’s how:

    1. Go to the Theme Options page and select the Styling tab.
    2. Scroll down to the Custom CSS box and paste this:
      
      header.primary li.current-menu-item a,
      header.primary li.current-menu-item a:visited {
      	color: #209ece;
      }
      
    3. Update your settings.

    Just replace the #209ece with the color you'd like to use.

    Let me know if that gives you any trouble,
    Bill

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