Changing color of navigation boxes (not hovering)

Support Area Forums Foxy Changing color of navigation boxes (not hovering)

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question:
  • Author
    Posts
  • #17730
    Salvatore Carollo
    Participant

    how do i change the color of the navigation boxes. Just normal, not hovering

    #17731
    Bill Robbins
    Moderator

    Great question. You can do that. Here is how:

    1. Go to the Theme Options page and select the Styling tab.
    2. Scroll down to the Custom CSS box and paste this:
      
      div#sidebar nav a, 
      div#sidebar nav a:visited {
      	background-color: #000000;
      }
      

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

    3. Update your settings.

    If you run into any trouble, let me know.

    Thanks,
    Bill

    #17751
    Salvatore Carollo
    Participant

    works perfect. thank you!

    #17755
    Bill Robbins
    Moderator

    Fantastic. If you need anything else, just let me know.

    Enjoy your Sunday,
    Bill

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Changing color of navigation boxes (not hovering)’ is closed to new replies.