Jump to content

Featured Replies

Posted

So far so good with the 4.52 update except one color issue which I can't seem to find. At the top of the page - the notification area, where can I change the color of the text and icons here. They're so dark against my red themed background. Any idea where this color can be changed? 

 

Screen Shot 2020-09-11 at 7.47.07 AM.png

This is what I used...just drop the code below into your Custom CSS file...

/* Change color of header icons. */
#elUserNav > li > a {
  color: #FFFFFF;
  font-weight: bolder;
  font-size: 15px;
 } 

 

16 hours ago, RocketStang said:

This is what I used...just drop the code below into your Custom CSS file...


/* Change color of header icons. */
#elUserNav > li > a {
  color: #FFFFFF;
  font-weight: bolder;
  font-size: 15px;
 } 

 

Works great for me. 👍

 

Recently Browsing 0

  • No registered users viewing this page.