Hiding top nav bar because we have the menu in the side bar. How?

Viewing 3 posts - 1 through 3 (of 3 total)
  • #21065
    virtuallyall
    Participant

    I have a couple of issues going on here and I’m not sure how to correct them.

    1. Client doesn’t want the top nav bar because we have a custom menu in the sidebar. How do I do that and keep the background strip that is there?

    2. How do I change the font size, font color for the custom menu widget?

    Here’s the website: http://www.thefloweryboutique.com/

    Thanks

    #21066
    Daniel Tara
    Keymaster

    1. What do you mean by background strip? Do you want the horizontal bar to appear without displaying any menu items? If so, you can either assign a blank menu to it or add the following code:

    #access ul {
    	display: none;
    }

    If you don’t want the horizontal bar to appear add this code instead:

    #access {
    	display: none;
    }

    2. I see you’ve already taken care of that.

    #21067
    virtuallyall
    Participant

    Thanks for getting back to me.

    I’m not sure how to assign a blank menu. If you could help me with that, I’d appreciate it. As for the code, I put that in and it did remove the background strip and we want to keep that here.

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

You must be logged in to reply to this topic.