PDA

View Full Version : TW7S - Remove Legend and Permissions Boxes from FORUMHOME FORUMDISPLAY and SHOWTHREAD



admin
26-06-2013, 01:42 PM
This mod removes those annoying, unattractive boxes (pictured below) from your site without actually having to delete any template code.

http://i53.tinypic.com/14b13dv.jpg

NOTE: Also removes Legend from Inbox

Open template additional.css and add the following:


/* TW7S - Remove Legend and Permissions Boxes */
#usercp_content #forum_icon_legend, #wgo_legend, .forum_info .options_block_container, .thread_info .options_block_container {
display:none;
}
/* TW7S - Remove Legend and Permissions Boxes */