/ 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
ul#main-navigation li#nav-news { display:none; }
You need to login to post a comment.
