change color of menu font Posted in : Empathy jgherghelParticipant 23 January 2016 at 05:49 #28332 Hi, was wondering how i could change the color of the page titles in the menu. thanks. serkanModerator 25 January 2016 at 10:33 #28360 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 BryLeBlancParticipant 2 March 2016 at 04:11 #29228 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 serkanModerator 2 March 2016 at 11:40 #29235 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 Empathy - A vCard WordPress Themeby pixelwars Login and Registration Log in · Register