How to change the text color in the header.

Babji Sadhu
Tera Contributor

Hi,

 

Is it possible to Change the header text color to some other color in the portal. Let me know the best possible way to change the text color. Please do find the attachment given below.

 

Thanks & Regards

2 ACCEPTED SOLUTIONS

Rob Sestito
Mega Sage

Hello @Babji Sadhu - 

 

You can accomplish this by going to Service Portal Configurations --> Select Branding Editor --> Select the Theme Colors tab:

RobSestito_3-1686160580504.png

And you can choose from the Navbar background, Brand, and Text (scroll down)

RobSestito_4-1686160721189.png

 

Hope this helps!

Cheers,

-Rob

*Don't forget to mark replies as Helpful and/ or Correct when appropriate*

View solution in original post

Community Alums
Not applicable

Hello @Babji Sadhu ,

 

You can configure branding as suggested by @Rob Sestito .

OR Go to portals --> then select your portal and add these CSS_Variables directly:

Khushbookabra_0-1686395197489.png

 

By adding the first line of code, it changes the font colour for the mega menu and the font colour for the global header together.

 

And if you want to make the font colour for the mega menu and the font colour for the global header a different colour, then add a second line of code too.

 

Result:

 

Khushbookabra_1-1686395197488.png

 

@Babji Sadhu , Please mark my answer as "Accept as Solution" and "Helpfuls." If it works for you.

 

Thank you!

View solution in original post

5 REPLIES 5

Hi @Community Alums - 

I've added this line of code for dropdown font color next to the earlier CSS. and its works.

 

.navbar-inverse .open .dropdown-menu > li > a {
color: #ffffff;
}