• Resolved ticao88

    (@ticao88)


    Hi there,

    First of all, congrats on this really great theme! It′s awesome!

    Issue: when I click on link at the primary menu, the link goes white when the page loads.

    So as the background menu is white, I can′t see the link of the current page I′m on.

    I managed to change other colors of the menu, but I can′t figure out how to change this current link color.

    Thanks in advance!

    Best regards,

    Albert

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Marty Helmick

    (@m-e-h)

    Hi Albert,

    Sorry for the late response! So, the background of your top menu is white? You should be able to change the link color with the following css in a stylesheet or preferably a custom css plugin:

    #menu-primary li.current-menu-item>a,
    #menu-primary li a:hover,
    #menu-primary li a:focus {
        color: #444;
    }

    The first line there will take care of the current menu item.
    Let me know if you still have an issue.

    Thanks,
    Marty

    Theme Author Marty Helmick

    (@m-e-h)

    Im going to mark this resolved. Let me know if you have any other issues

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Menu current link color’ is closed to new replies.