Header menu links color and footer links color

Can´t find a solution to this:

  1. When scrolling down top menu the color goes to white, i need it to be mark as red, to user know what page he is visiting.

  2. Change the color of footer links, like left navigation links, to black, and on hover to red.

Hi there,

You seem to have quite a few licenses registered on your account so I am not sure which website is in question.

Kindly provide us with the site’s URL so that we can check.

Thank you.

Hi again,

Thank you for the credentials.

  • To change the menu item color, please add the following code in the Theme Options > CSS:
.current-menu-item a, .current_page_item a {
    color: red !important;
}
  • To change the color of footer social links, please add this code as well:
footer .x-icon + a:hover {
    color: red !important;
}
footer .x-icon + a {
    color: #000 !important;
}

Cheers!

Thanks a lot Nabeel, it´s working!
I love x theme support.

Glad we could help.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.