change color of menu font

  • Posted in : Empathy
  • jgherghel
    Participant

    Hi, was wondering how i could change the color of the page titles in the menu. thanks.

    serkan
    Moderator

    Hi jgherghel,
    You can use these custom css codes (Replace with the new color code)

    .nav-menu a { color: #fff; }
    .nav-menu a:hover { color: #E8DBDB; }

    Thanks

    BryLeBlanc
    Participant

    Hi, I used the above code and it worked for the navigation menu links, but is there anything I can add to the code where I can change the color of the page title of an active page? in the theme it is currently set to white. Thanks

    serkan
    Moderator

    Hi BryLeBlanc,
    This is the default code, you can use this custom css code.

    .nav-menu .current_page_item a { color: #fff; }

    Thanks

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register