Topic: Remove new post icons
Ive looked through the search to try to do this but havent figured it out yet. I want to remve the icons that are standard on the board next to forums and posts. Both the standard one and the new post one. I tried making DIV.icon {display:none} and DIV.inew {display:none} which took the icons out but left little gray squares in their place. How can I remove the icon and gray square so that nothing shows?
/****************************************************************/
/* 5. POST STATUS INDICATORS */
/****************************************************************/
/* These are the post status indicators which appear at the left of some tables.
.inew = new posts, .iredirect = redirect forums, .iclosed = closed topics and
.isticky = sticky topics. The default is "icon". By default only .inew is different.*/
DIV.icon {BORDER-COLOR: #DDDDDD #BBBBBB #AAAAAA #BBBBBB}
TR.iredirect DIV.icon {BORDER-COLOR: #FFFFFF #FFFFFF #FFFFFF #FFFFFF}
DIV.inew {BORDER-COLOR: #AAAAAA #888888 #777777 #888888}