Site logo

[Support request] off canvas menu – 2 custom links not the right color

Home Forums Support [Support request] off canvas menu – 2 custom links not the right color

Home Forums Support off canvas menu – 2 custom links not the right color

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2551650
    Elizabeth

    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

    #2551789
    Leo
    Staff
    Customer Support

    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;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.