Abraham54 Well-known member May 7, 2022 #1 How to remove user text from navigation? How to remove search tab text? See what is possible in Doh's Fore My new standaardstyle, as a child of the Default XenForo theme, must have this feature, if possible.
How to remove user text from navigation? How to remove search tab text? See what is possible in Doh's Fore My new standaardstyle, as a child of the Default XenForo theme, must have this feature, if possible.
Solution P P Paul B May 7, 2022 Add to the extra.less template. Less: .p-navgroup-link { &--user .p-navgroup-linkText, &--search .p-navgroup-linkText, { display: none; } }
Add to the extra.less template. Less: .p-navgroup-link { &--user .p-navgroup-linkText, &--search .p-navgroup-linkText, { display: none; } }
P Paul B XenForo moderator Staff member May 7, 2022 #2 Add to the extra.less template. Less: .p-navgroup-link { &--user .p-navgroup-linkText, &--search .p-navgroup-linkText, { display: none; } } Upvote 1 Downvote Solution
Add to the extra.less template. Less: .p-navgroup-link { &--user .p-navgroup-linkText, &--search .p-navgroup-linkText, { display: none; } }
Abraham54 Well-known member May 7, 2022 #3 @Brogan Sadly, it is a no go. Not in my design style, and no go in XenForo's default style. Upvote 0 Downvote
Abraham54 Well-known member May 7, 2022 #4 Well, probably I did not copy everything - I made a new try and in both styles your solution now works! Thank you. Upvote 0 Downvote
Well, probably I did not copy everything - I made a new try and in both styles your solution now works! Thank you.