Quote:
Originally Posted by Boofo
Adding this to the additional.css template will do the same thing without any template edits:
Code:
/* Remove Icon Legend from FORUMHOME */
#wgo_legend.wgo_subblock.section {
display: none;
}
|
Yes, we've had this debate before.
Removing the code means you'll need to re-do it every time you update. But it means less code to process.
Adding your code, does remove things and you do not need to re-apply it when you update. But it is more code to process.
To each their own.