Solid Black Nav menu

Support Area Forums Responsive Visual Solid Black Nav menu

Viewing 7 posts - 1 through 7 (of 7 total)
URL to the page in question:
  • Author
    Posts
  • #16450
    Adam Chetty
    Participant

    Hi Bill, I’m trying to make my Navigation menu a solid black instead of the current transparent look. Going for a more 2 dimensional style.

    http://testsite.noflockingbirds.com/

    What do you think of the site – any advice? I think its look pretty tidy so far.

    cheers,

    Adam

    #16451
    Bill Robbins
    Moderator

    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:
      
      #nav-bar,
      .ie7 #nav-bar,
      .ie8 #nav-bar {
           background-image: none;
           background-color: #000;
      }
      
    3. Update your settings.

    You're site's really looking good too. Nice work...I think they'll like it.

    #16527
    Adam Chetty
    Participant

    Thanks Bill, I like the site also, Needs a bit of polishing but look pretty good so far.

    I tried that code but it didnt seem to do the trick:

    #nav-bar,
    .ie7 #nav-bar,
    .ie8 #nav-bar {
    background-image: none;
    background-color: #000;
    }

    it still shows up as transparent.. I must be missing something?

    http://testsite.noflockingbirds.com/

    #16528
    Adam Chetty
    Participant

    further to that, I’m hoping to get a black nav bar for all pages, not just the home page.

    Thanks Bill!

    #16530
    Bill Robbins
    Moderator

    I took a quick look and it appears that one of the styles in the Custom CSS box is missing its closing bracket. Find this spot:

    
    			.footer-right img {
    	display: none;
    

    and add a } after the display: none; and see if that won’t fix things for you. If you run into trouble, let me know.

    #16534
    Adam Chetty
    Participant

    Doh! Yup that fixed it, Thank you Bill!

    #16546
    Bill Robbins
    Moderator

    Anytime Adam!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Solid Black Nav menu’ is closed to new replies.