Hello!
Please see http://talentdev.valiantlane.com/test. The font for subpage “Our Founder” under “About” is much larger and different color from the subpages pulled down under “Services.” How can I fix this?
Thanks!
Valerie
Hi,
Did you use a Mega Menu for this item? Please check it first, disable the mega menu if you accidentally enabled it on Appearance > Menus > About.
Then add this on your custom.css or Quick CSS:
#top #header .mega_menu_title a {
font-size: 11px;
line-height: 11px;
color: #808080;
}
Regards,
Ismael
Hi Ismael,
Yes, forgot that I had done that to see how it changed the menu. Thanks for the fix and the css!
Valerie