Triax Member Dec 10, 2020 #1 Is there a way to disable the "Quick Create" section for threads at the top of each node? Reference:
Solution P P Paul B Dec 10, 2020 Add this to the extra.less template: HTML: .structItem--quickCreate { display: none; }
P Paul B XenForo moderator Staff member Dec 10, 2020 #2 Add this to the extra.less template: HTML: .structItem--quickCreate { display: none; } Upvote 1 Downvote Solution
Triax Member Dec 10, 2020 #3 Brogan said: Add this to the extra.less template: HTML: .structItem--quickCreate { display: none; } Click to expand... You are amazing! Thank you for your assistance! Upvote 0 Downvote
Brogan said: Add this to the extra.less template: HTML: .structItem--quickCreate { display: none; } Click to expand... You are amazing! Thank you for your assistance!