help with top nav & custom header
-
Does anyone know how I might be able to push the top nav down so that it isn’t right on top of the customer header. The alternative is to have the page links be in a drop down to the right, but I’d rather not do that. Any thoughts on this would be appriciated. Tank you.
-
It would be a lot easier to change the header so that it doesn’t interfere with the tabs.
-
Yes, you are right. Stupid question.
But, do you know how to change the background color of the navigation on mouseover. If I wanted to change it from black (now) to say gray.
Thank you for responding.
-
While I appreciate your providing a link to your blog, it would be a lot easier if you linked your name to your blog as explained in the sticky, 8 Things, at the top of the forum.
As for changing the hover code, try changing the #333 in here:
ul.menu li.current_page_item a:hover { color: #333 !important; background: white; text-decoration: none; }If you are going to play with CSS (and from looking at your CSS, it appears that you have the upgrade and that you basically copied and pasted the entire original CSS in there, something you really didn’t need to do – all you need to do in the CSS edit window is include your changes), I strongly suggest downloading and installing the developers’ toolbar for Firefox (if you have a PC). It makes identifying the various elements a lot easier.
And since this is a CSS question, it should be in the CSS forum. Mods, please move.
- The topic ‘help with top nav & custom header’ is closed to new replies.