The new version is not helping with my hover issue....sorry.
www.buckarooleather.com/cms/
I backed up my style.css file and font...Uninstalled the old version...reinstalled the new version 2.0.1...copied my font and style.css file back over.
h1 {
font-family: PointedlyMad;
font-size: 24pt;
font-weight: normal;
color: #E64600;
}
.menu-dropdown a {
font-family: PointedlyMad;
font-size: 14pt;
color:#000;
}
.menu-dropdown a.active {
font-family: PointedlyMad;
font-size: 14pt;
color:#E64600;
}
.menu-dropdown a:hover {
font-family: PointedlyMad;
font-size: 14pt;
color:#fff;
}