L Lucandi Active member Jan 29, 2021 #1 There are two posts feature for some reason when one is enough. But Xenforo wants it that way, then I wonder if it is possible to remove that bar, is it called that? What I mean is the whole line on the arrow pointing to the right. Can I do that? Attachments Screnshot.webp 23 KB · Views: 36
There are two posts feature for some reason when one is enough. But Xenforo wants it that way, then I wonder if it is possible to remove that bar, is it called that? What I mean is the whole line on the arrow pointing to the right. Can I do that?
AndyB Well-known member Jan 30, 2021 #2 You might like this add-on: https://xenforo.com/community/resources/remove-new-posts-options.5672/ Upvote 0 Downvote
Ozzy47 Well-known member Jan 30, 2021 #3 Lucandi said: What I mean is the whole line on the arrow pointing to the right. Can I do that? Click to expand... Add this to your extra.less template. CSS: /* REMOVE PAGE TABS */ .p-body-pageContent > .tabs--standalone:first-child { display: none; margin-bottom: 0px; } Upvote 0 Downvote
Lucandi said: What I mean is the whole line on the arrow pointing to the right. Can I do that? Click to expand... Add this to your extra.less template. CSS: /* REMOVE PAGE TABS */ .p-body-pageContent > .tabs--standalone:first-child { display: none; margin-bottom: 0px; }
L Lucandi Active member Jan 30, 2021 #4 Ozzy47 said: Add this to your extra.less template. CSS: /* REMOVE PAGE TABS */ .p-body-pageContent > .tabs--standalone:first-child { display: none; margin-bottom: 0px; } Click to expand... Thanks Last edited: Jan 30, 2021 Upvote 0 Downvote
Ozzy47 said: Add this to your extra.less template. CSS: /* REMOVE PAGE TABS */ .p-body-pageContent > .tabs--standalone:first-child { display: none; margin-bottom: 0px; } Click to expand... Thanks
L Lucandi Active member Jan 30, 2021 #5 Click to expand... How to remove the whole bar or what it is called? Filter? Upvote 0 Downvote
kelle67 Well-known member Feb 13, 2021 #6 @Lucandi put this to extra.less Code: .filterBar { display: none; } Upvote 0 Downvote