Serenity Pro – nav links – colors different for one page links vs. other pages

  • Hi Themely,

    Haven’t been able to figure out how to make the type all the same color in the nav links.

    Links that go to anchors on the main page are dark.

    Links that go to other pages of the site are lighter. Client doesn’t like this. TennesseeInsuranceGroup.com is the site in question.

    Is it possible style them to be all the same?

    Thanks!

    Hello,

    My sincere apologies for the very late reply.

    Use the following CSS code,

    .navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
    }

    Place this code in Appearance > Customize > Additional CSS field.

    Let me know if you have any other questions.

You must be logged in to reply to this topic.