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
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.
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.