O Old Nick Well-known member Sep 14, 2018 #1 Hi all, How to prevent the menu tabs becoming square when you scroll the page ? I want they stay rounded. Thanks.
Hi all, How to prevent the menu tabs becoming square when you scroll the page ? I want they stay rounded. Thanks.
Tealk Well-known member Sep 14, 2018 #2 Have a look at app_nav.less line 101: Code: .p-nav-list .p-navEl.is-selected, .p-account { border-radius: 0; } Upvote 0 Downvote
Have a look at app_nav.less line 101: Code: .p-nav-list .p-navEl.is-selected, .p-account { border-radius: 0; }
O Old Nick Well-known member Sep 14, 2018 #3 Oooh ! I had looked on this side but... :-( Thanks again tealk. (I have hundreds of questions but I hope to find some answers myself !) Upvote 0 Downvote
Oooh ! I had looked on this side but... :-( Thanks again tealk. (I have hundreds of questions but I hope to find some answers myself !)
P Paul B XenForo moderator Staff member Sep 14, 2018 #4 This guide should help with a lot of questions: https://xenforo.com/community/resources/how-to.4390/ Upvote 0 Downvote