This topic has 2 replies, 2 voices, and was last updated 8 years, 12 months ago ago by Eva Kemp
I did a search but I do not know what exactly I’m looking for. On my site, I have a menu in the footer area. When I click on one of those links and go to that page, a white background shows behind the text of the link. How can I make that background transparent and just have the text color of that current menu item (current page) be a different color (yellow)?
Hello,
Please add this code in Theme Options > Custom CSS > Global Custom CSS:
.widget_nav_menu li.current-menu-item a {
background-color: transparent;
color: yellow !important;
}
Regards,
Eva Kemp.
Tagged: current page, menu-item, seo friendly, templates, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up