Return to Snippet

Revision: 24054
at February 19, 2010 15:31 by widgetlaboratory


Initial Code
ul#main-navigation li#nav-news {
display:none;
}

Initial URL
http://labsecrets.com/2010/02/19/how-to-selectively-hide-navigation-tabs-on-your-socialgo-site-using-css-and-firebug/

Initial Description
You will want to modify the "nav-news" to reflect the id of each individual tab you want to hide. Repeat this code block for each tab, substituting the proper id name.

Initial Title
How to selectively hide navigation tabs on your SocialGO site using CSS and Firebug

Initial Tags


Initial Language
CSS