Archived topic
off canvas menu - 2 custom links not the right color
1 reply · Started by Elizabeth on March 1, 2023
hi,
my site: cashhomebuyerpros.com
issue: when viewing on mobile, the off canvas menu displays all my menu links in the correct color (off white) except my 2 smooth scroll links which are rendering in gray. How can I change this to make them render the off white color as the rest of the links? cannot figure it out.
i also have another issue in which my footer menu "helpful links" will not render the very dark gray color i keep trying to set it to. this is a menu of links and not individual links listed, by the way.
thanks!
liz
Hi there,
except my 2 smooth scroll links which are rendering in gray.
That's because those two links are on the home page so they inherit the current page menu item colors.
Give this CSS a shot:
.home .slideout-navigation.main-navigation .main-nav ul li.smooth-scroll[class*="current-menu-"] > a {
color: #fff;
}