Found it, just in case someone else runs into this. I'm still looking to change the menu font color. If anyone knows how this is done.
.splMenu-primary ul div.outerMenuWrapper {
height: 80px;
width: 500px;
}
.splMenu a {
display: block;
padding: 5px 10px;
height: 80px;
width: 500px;
text-decoration: none;
overflow: visible;
white-space: nowrap;
}
.appLogo {
height: 80px;
width: 500px;
float: left;
background-image: url(vSensor|itech|Logo.png);
_background-image: url(vSensor|itech|Logo.png); /* for IE6 */
background-repeat: no-repeat;
}
.appHeaderWrapper h1 {
color: #000000;
display:none;
}
.appHeaderWrapper {
background-color: #FFFFFF;
background-image: none;
border-bottom-style: solid;
border-bottom-width: 0px;
}
Found it, just in case someone else runs into this. I'm still looking to change the menu font color. If anyone knows how this is done.
.splMenu-primary ul div.outerMenuWrapper {
height: 80px;
width: 500px;
}
.splMenu a {
display: block;
padding: 5px 10px;
height: 80px;
width: 500px;
text-decoration: none;
overflow: visible;
white-space: nowrap;
}
.appLogo {
height: 80px;
width: 500px;
float: left;
background-image: url(vSensor|itech|Logo.png);
_background-image: url(vSensor|itech|Logo.png); /* for IE6 */
background-repeat: no-repeat;
}
.appHeaderWrapper h1 {
color: #000000;
display:none;
}
.appHeaderWrapper {
background-color: #FFFFFF;
background-image: none;
border-bottom-style: solid;
border-bottom-width: 0px;
}