A plugin, “Menu Image” had a recent update. It messed up my main nav menu, so, I reverted to the older version..and now the menu is working properly, except I can’t get the font sizes back to their original settings!.
The nav bar should be LATO 18pt…and ALL CAPS
but it’s 12 or 14pt and Regular text.
Can anyone help me to get it working properly?
You can see it working properly on our spas.ohiopools.com site …..i don’t understand what else I can do to fix.
Gary
Hey grivers99,
Was your menu styling set via CSS or Enfold options?
Best regards,
Jordan Shannon
i didnt do them…i thought it was thru enfold options..but i tried those changes….and they didnt work…
I do see some css changes in the enfold child dashboard…but honestly don’t know what to look for there…
I found thisin the quick css:
.header_color span {
font-size: 16px;
text-transform: uppercase;
}
#header_meta span {
font-size: 12px;
}
#imageblock .av-special-heading-tag {
text-transform: uppercase;
}
ul.shell-list {
margin-top: -18px;
}
Hi,
Thanks for that. Please try adding this CSS as well:
#top #header .av-main-nav>li>a {
font-family: Lato,'Helvetica Neue',Helvetica,Arial,sans-serif;
font-size: 18px !important;
text-transform: uppercase;
}
Best regards,
Rikard
thanks for that..
But….no change.
I wonder if the plugin has taken over something and stopping any and all changes.
I’m stumped….
care to jump into the site and just beat up the code?
Hi,
Before we do that, can you disable all active plugins to see if the issue resolves?
Best regards,
Jordan Shannon
It’s all fixed!
Thanks. it was just having to turn off the plugins and turn them on again….
thanks for all your help!
closed
gary
Hi,
Great! I’m glad this was able to be resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon