Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Change Text Color CMS

Jonathan Franke
ServiceNow Employee
ServiceNow Employee

Hi,

I'm struggling to change color in the Header Menu and the Portal - Block Menu (see attached screen shot). Is anyone able to assist with where in the Content Mgmt System module i shall go? I've tried Style sheets since I found another thread about it (Change color of ESS Header text) but i can't figure out exactly where to go.

Kind regards Jonathan

1 REPLY 1

Mark Stanger
Giga Sage

The top header links are in the 'Gray CSS - Menu' Style record.   You'll need to change '#fff' to the color code or name of your choice in this section...



UL.cms_menu_dropdown A.cms_menu_dropdown_link, DIV.cms_menu_super_menu_bar_item SPAN.menu_section A{


  color: #fff !important;


}



The block links are in the same record.   You'll want to change the 'rgb' line in this case.



TABLE.background_transparent a.cms_menu_block_item {


  font-size: inherit;


  color: rgb(0, 124, 195);


  font-weight: normal;


  line-height: 18px;


}



I think you'll find most of this process to be fairly difficult and time consuming.   Let me know if you're interested in seeing a demo of a fully built-out CMS solution that eliminates the majority of this difficulty.