Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Would be handy if that text was white - working on trying to change it.Found how to change the node icons. I was looking in the wrong place.
Just FYI, the Staff Member banner is dark and can't be seen clearly.
View attachment 506
Use this in extra.css:Would be handy if that text was white - working on trying to change it.
html .userBanner.bannerStaff
{
color: #FFF;
}
Great, thanks!Use this in extra.css:
Code:html .userBanner.bannerStaff { color: #FFF; }
That'll change it to white, or replace #FFF with your choice.