Have no idea how you call them but I really would like to show just the second bar immediately above the slide. I want to do away with the top one (near the logo). Site is: http://www.grandculinarychallenge.com. Would greatly appreciate help. Thanks!
Navigation bars on top of the slide
4 posts from 2 voices-
Posted 2 years ago #
-
Hey,
open style.css and searchfor following code:
#top .nav{ position: relative; height:36px; list-style-type: none; list-style-position: outside; margin:0; z-index: 6; font-size: 12px; float: left; }replace it with:
#top .nav{ position: relative; height:36px; list-style-type: none; list-style-position: outside; margin:0; z-index: 6; font-size: 12px; float: left; display:none; }Posted 2 years ago # -
Perfect! Thank you very much! :-D
Posted 2 years ago # -
Glad that I could help you.
Posted 2 years ago #
Reply
You must log in to post.














