Dixie McCall Well-known member Nov 30, 2020 #1 Hello, Is there any way to remove Node Icon Column altogether? Thank you..
Solution Ozzy47 Nov 30, 2020 Maybe this: CSS: /* HIDE NODE ICON */ .node-icon { display: none; } .node-main { padding-left: 20px; }
Maybe this: CSS: /* HIDE NODE ICON */ .node-icon { display: none; } .node-main { padding-left: 20px; }
Ozzy47 Well-known member Nov 30, 2020 #2 Maybe this: CSS: /* HIDE NODE ICON */ .node-icon { display: none; } .node-main { padding-left: 20px; } Last edited: Nov 30, 2020 Upvote 3 Downvote Solution
Maybe this: CSS: /* HIDE NODE ICON */ .node-icon { display: none; } .node-main { padding-left: 20px; }
Dixie McCall Well-known member Nov 30, 2020 #3 Works great! TY Now I need to figure out how to move the Node Text over a bit. Upvote 0 Downvote
Ozzy47 Well-known member Nov 30, 2020 #4 .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. Upvote 0 Downvote
.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.
Dixie McCall Well-known member Nov 30, 2020 #5 TY Where would this go? in Extra template? Upvote 0 Downvote
Ozzy47 Well-known member Nov 30, 2020 #6 Yes, extra.less, right below the first code: CSS: /* HIDE NODE ICON */ .node-icon { display: none; } .node-main { padding-left: 20px; } Upvote 0 Downvote
Yes, extra.less, right below the first code: CSS: /* HIDE NODE ICON */ .node-icon { display: none; } .node-main { padding-left: 20px; }
Dixie McCall Well-known member Nov 30, 2020 #7 Well done Ozzy! This looks so much better (cleaner) on my forum. Upvote 0 Downvote
Ozzy47 Well-known member Nov 30, 2020 #8 BTW, you marked you post as the solution, not mine. Upvote 2 Downvote