PDA

View Full Version : Removing SubNavBar...


thomamon
05-24-2010, 07:18 PM
So I removed the words out of it by putting the below code in the additions.css

/* get rid of submenu */
.navtabs .floatcontainer li {
display:none; }

However, I am getting the empty blue bar now with the advances search text in it. I want to remove the blue part of this bar all together, but i can not figure out how. I would appreciate any help in doing this!

Thanks