/ Published in: CSS
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.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
ul#main-navigation li#nav-news { display:none; }