Service Portal navbar and style sheets

yundlu316
Kilo Guru

In our Service Portal, we have the normal stock Header defined in our Theme and I have a style sheet with the following code:

* {font-family: 'Roboto', sans-serif;}

a {color: #ffffff;}

a:hover {transition: color 0.2s linear 0s, background 0.2s linear 0s; color: #86BC25;}

The code has changed all of our links on our page to white and then that green when hovered over, but the navbar links remain unchanged.   Is there a way to have those change so it aligns to the other links on our page?

Thanks.

1 ACCEPTED SOLUTION

For that you need to update "Stock Header" widget.


View solution in original post

4 REPLIES 4

Gurpreet07
Mega Sage

Hi David,



This could be configured using branding editor. Go to branding Editor --> Theme Colors and configure for navbar link color and navbar link hover.


Gurpreet07
Mega Sage

find_real_file.png


Thanks Gupreet, but what if I wanted to add more style to the navbar link hover?   For instance, what if I wanted to add a transition so the hover color eases in a bit slower, I would have to include that in the style sheet right?


For that you need to update "Stock Header" widget.