I just upgraded from 10.0 to 10.3. In the past, I have been able to remove the gradient color in the header by editing the MainLayout.css and removing the background-image: line. It appears that has changed now. Does anyone know how I can remove the header color now?
#pageHeader
{
width: 100%;
background-image: url('/Orion/images/headerGradient.jpg'); "this is the line I would remove in the past"
background-repeat: repeat-x;
background-color: transparent;
Thanks in advance for your help.