CSS font color for Admin Menu page

Jump to solution
sbarry2
Community Participant

A recent change to Catalog has made our menu text change to almost the same background color as our banner. This makes it hard to see, but when you hover your mouse over where you know the menu should be, you can see the links. Does anyone know which line in the CSS would change the font color of the menu in the Catalog Admin pages? I attempted to change some colors in the CSS but could only find the bg colors. 

2 Solutions
KellyMCDONALD1
Community Member

Hi @sbarry2 , in your custom CSS can you see the #app-header colour? If you update the hex colour on that ID, it may fix the issue?

View solution in original post

0 Likes
tori_sifantonak
Instructure
Instructure

Hi @sbarry2

I encountered this as well. The release on 4/24 caused this change. The guidance I received was to change either of these two lines of code:

#app-header { background-color: #YOURCHOICE; } or #topnavbar { background-color: YOURCHOICE; }

 

I hope this helps!

 

View solution in original post

0 Likes