The price we pay when we do something artistic…
realhdr.com is the dev site. The desktop nav bar uses the Permanent Marker google font I finally got to import. It looks good on the “painter’s tape” graphic on the large desktop, but it inherits down to the mobile menu and submenu and is too hard to read.
I changed the desktop submenu to be Permanent Marker with this:
/* Change desktop submenu text attributes */
.desktop .sub-menu{
font-size: 18px;
letter-spacing: 0.27em;
font-weight: bold;
font-family: “permanent marker”;
}
and now I need to override BOTH the mobile menu and mobile submenu to use Open Sans font that’s White with mouseover Black. The mobile submenu font-size will be the same as the mobile menu font-size (15px i think - I’ll change it). I thought I just needed to replace the .desktop with .x-nav, but that was a flawed assumption.
Thanks as always. Ya’ll (a Southern US contraction for You All) are lifesavers and I’m glad to pay my support money!
Alan