Luke247 Member Apr 25, 2022 #1 The two buttons in the nav bar... I want the login button to be a specific blue and the registration button orange. Will somebody please tell me how to achieve this?
The two buttons in the nav bar... I want the login button to be a specific blue and the registration button orange. Will somebody please tell me how to achieve this?
O Old Nick Well-known member Apr 25, 2022 #2 You can try this Less: .p-navgroup-link--logIn { background: blue; color: white; } .p-navgroup-link--register { background: orange; color: black; } Change colour as you want. Upvote 0 Downvote
You can try this Less: .p-navgroup-link--logIn { background: blue; color: white; } .p-navgroup-link--register { background: orange; color: black; } Change colour as you want.