JoyFreak Well-known member Oct 31, 2020 #1 I want to remove the little icon for the article threads in forum_view
O Old Nick Well-known member Oct 31, 2020 #2 Maybe Less: [data-template="forum_view"] .fa-file-alt:before { display: none; } or simply Less: .fa-file-alt:before { display: none; } Upvote 0 Downvote
Maybe Less: [data-template="forum_view"] .fa-file-alt:before { display: none; } or simply Less: .fa-file-alt:before { display: none; }
JoyFreak Well-known member Oct 31, 2020 #3 nicodak said: Maybe Less: [data-template="forum_view"] .fa-file-alt:before { display: none; } or simply Less: .fa-file-alt:before { display: none; } Click to expand... It leaves a margin in place. Upvote 0 Downvote
nicodak said: Maybe Less: [data-template="forum_view"] .fa-file-alt:before { display: none; } or simply Less: .fa-file-alt:before { display: none; } Click to expand... It leaves a margin in place.
O Old Nick Well-known member Oct 31, 2020 #4 If you use this code Less: .structItem-statuses, .structItem-extraInfo { display: none; } Margin will be removed but all icons will be removed from thread_view pages too (hot thread, sticky...) Upvote 0 Downvote
If you use this code Less: .structItem-statuses, .structItem-extraInfo { display: none; } Margin will be removed but all icons will be removed from thread_view pages too (hot thread, sticky...)
JoyFreak Well-known member Oct 31, 2020 #5 nicodak said: If you use this code Less: .structItem-statuses, .structItem-extraInfo { display: none; } Margin will be removed but all icons will be removed from thread_view pages too (hot thread, sticky...) Click to expand... Yeah, that’s not what I want. Upvote 0 Downvote
nicodak said: If you use this code Less: .structItem-statuses, .structItem-extraInfo { display: none; } Margin will be removed but all icons will be removed from thread_view pages too (hot thread, sticky...) Click to expand... Yeah, that’s not what I want.