XF 2.2 Remove Node Icon column

Maybe this:
CSS:
/* HIDE NODE ICON */
.node-icon { display: none; }
.node-main { padding-left: 20px; }
 
Last edited:
Solution
.node-main { padding-left: 20px; } adjust as necessary

Don't forget to mark the second post as the solution for others that may be looking for the same thing.
 
Back
Top Bottom