Where do we change the colors of the My Blackboard and Logout areas in the header (2016 theme)? We have found everything else, just not these. We have an image displaying in the header to make it green, but it isn't showing underneath these two areas (which we thought were set to transparent). Thanks! Joe
Hey Joe ,
We actually just went through this process and had the same issue.
I finally found that this element was controlled inside of the color palette.
Inside of the color palette zip file is a file called colorpalette.vm, then there are 3 lines that need to be changed (this was especially frustrating because it wouldn't work if it wasn't changed in all 3 places, although after talking with one of our web guys, supposedly just changing the last instance would achieve the same results)
/*Global Nav links*/
/**/
.nav-link, .nav-link:hover, .nav-link:focus {
background: #98c6ea;
}
Hope this helps!
Eddie