Home › Forums › Theme support › Eiffel Theme Menu Not Displaying Properly › Reply To: Eiffel Theme Menu Not Displaying Properly
Ok, we’ve checked it again, but it looks like that’s a problem with WordPress, because WordPress make the order of the stylesheet files and it looks like you have to work with a workaround.
To make it short: add this code in the style.css file of your child theme, then it should work:
body header .main-menu li, body header .main-menu a, ul#responsive_menu a, .main-menu a:visited, .cart-contents, .cart-contents:hover {
color: #0F84F2 !important;
}