optrex Well-known member Jan 7, 2021 #1 Can anyone please tell me where I change this colour setting?
l3ta Well-known member Jan 7, 2021 #2 Put the following code in your extra.less template: .p-navgroup-link--search {color: yellow!important;} Upvote 0 Downvote
Put the following code in your extra.less template: .p-navgroup-link--search {color: yellow!important;}
Kruzya Well-known member Jan 7, 2021 #3 Important is not required, you just need to understand the "selector weight" to write correct the CSS correctly. Less: a.p-navgroup-link--search { color: yellow; } Upvote 0 Downvote
Important is not required, you just need to understand the "selector weight" to write correct the CSS correctly. Less: a.p-navgroup-link--search { color: yellow; }