Hi,
I use WPML for a multilinugual site, see https://dunaboat.com. Default language is English. When I select a non-default language like German of Dutch, the main menu (except the language selector) has a lighter grey font which is not what is should be..
Any help to fix this is appreciated.
Kind regards,
Henk
Hey HenkS5,
Thank you for your patience, when using the WPML the non-default pages don’t add the class “current_page_item” the menu items, so to correct please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:
.header_color .sub_menu>ul>li>a, .header_color .sub_menu>div>ul>li>a, .header_color .main_menu ul:first-child > li > a, #top .header_color .main_menu .menu ul .current_page_item > a, #top .header_color .main_menu .menu ul .current-menu-item > a, #top .header_color .sub_menu li ul a {
color: #333333 !important;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike