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


/ Published in: CSS
Save to your folder(s)

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.


Copy this code and paste it in your HTML
  1. ul#main-navigation li#nav-news {
  2. display:none;
  3. }

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

Report this snippet


Comments


You need to login to view comments.