Site GO-LIVE –
Menu Nav:
[toolset view name, special coding, etc.]
Fonts:
Russo One google font for Headers
.russo-one-regular {
font-family: “Russo One”, sans-serif;
font-weight: 400;
font-style: normal;
}
Open Sans google font for Body
NOTES:
List any notes that a developer or support team need to know when working on the site.
On pages that don’t have header and need a black menu, use this code:
#dmenu{background-color:#F5F5F5}
.whitelogo{display:none!important}
.blacklogo{display:block!important}
.whitemenu_alink:link, .whitemenu_alink:visited {
color: black!important;
text-decoration: none;
display: inline-block;
}
#blackdrop{display:inline!important}
#whitedrop{display:none}
.whitemenu_alink:hover, .whitemenu_alink:active {
color: #CC2331
}