How do I install navigation links?
-
Hello everyone,
I’m trying to add some navigation links to the green gradient bar on the top and the bottom of my WordPress site so that it looks like my Zencart site. Any thoughts on how to do this?
Example from Zencart: (Home About Blog Contact Store)
https://new.hydroponic-gardens.com/wordpress/
https://new.hydroponic-gardens.com/zencart/This wordpress theme used to have navigation links under the header before I disabled them. This is the left over code in the stylesheet file. Is any of it still useful for what I’m trying to do?
ul.nav{ height:25px; line-height:25px; float:right; list-style:none; font-size:11px; text-transform:inherit; margin:0; padding:0; } ul.nav li{ float:left !important; list-style-type:none; border-right:2px solid #312e2e; margin:0; padding:0; } ul.nav li a,ul.nav li a:link,ul.nav li a:visited{ background:url(images/navsilver.gif) repeat-x; color:#ffffff; float:left; display:block; text-decoration:none; padding:0 15px; } ul.nav li a:hover,ul.nav li a:active{ background:url(images/greennav.gif) repeat-x; color:#205387; text-decoration:none; } ul.nav li.current_page_item a{ text-decoration:none; background:url(images/greennav.gif) repeat-x; color:#fff; } ul.nav li ul{ float:left; margin:0; padding:0; }
Any help would be appreciated.
Thanks,Fernando
- The topic ‘How do I install navigation links?’ is closed to new replies.