Set Icon Color in Header

austin_rion
Kilo Contributor

I have changed the UI properties for the header to make it white, however whenever I change the color, no matter what I change in the UI properties, it does not change the text color or icon color in the header. In the attachment, I am hovering over the user menu to highlight it, or else it could not be seen. The search icon is always visible, but the User Menu, Connect Sidebar, Help, and Settings can not be seen. I have done this before, but I can't remember what I manipulated to get this to change the color. 2016-08-10_8-12-48.jpg

1 ACCEPTED SOLUTION
4 REPLIES 4

Wade Clairmont
Tera Guru

I don't suppose you found a solution to this yet?   If so, can you share?   I have am having the same issue.



Thanks


Wade


Found this in another post!



Create a UI script, set the global flag.



<code>


addLoadEvent(function(){


  try{


  if(top.location.pathname === '/nav_to.do'){


  var a = top.document.querySelectorAll('.navpage-header-content');


  for (var i=0; i<a.length; i++) {


  a[i].style.color = 'red'; //set the required colour


  }


  }


  }catch(e){}


});


</code>



Set the Banner Text property to same colour.


maxpower
Tera Contributor

I solved that issue with this $navpage-header-button-color: #123456


by adding it to the css code in System UI > Themes