Hi Kadu,
This is the css I'm using to override the Main Theme.
The last class .loginusername is being applied properly.
But the .header is not.
I noticed just now that the Theme doesn't actually implement these classes that I'm using here, but they are implemented in the BaseTheme though.
Anyway, my css should override it right?
Thank you for the quick response!
[disabled="disabled"], [readonly="readonly"] {
border: 0px;
}
.header {
background-image: url(img/HeaderMask.png);
background-position-x: center;
background-repeat: no-repeat;
}
.layout .header {
background-color: #185f8d;
}
.header .Menu_TopMenu.Menu_TopMenuActive {
border-bottom: 3px solid #ffffff;
}
.header .Menu_TopMenu > div > a{
color: #ffffff;
}
.fa-sign-out{
color: #ffffff;
}
.Menu_TopMenuActive > div a,
.Menu_TopMenuActive a:link,
.Menu_TopMenuActive > div a:visited,
.header .Menu_TopMenu > div > a:hover {
color: #ffffff;
}
.tablet .layout-top
.Menu_TopMenus,
.phone .layout-top .Menu_TopMenus {
background-color: #16557f;
}
.loginusername {
color: #fff;
}