I want to remove the underline from the main navigation. I just want the links to change color when doing a mouseover. What is the code I need to change?
Many thanks!
I want to remove the underline from the main navigation. I just want the links to change color when doing a mouseover. What is the code I need to change?
Many thanks!
Hi!
Add following code to css/custom.css:
div .main_menu ul:first-child > li.current-menu-item > a, div .main_menu ul:first-child > li.current_page_item > a{
border: none !important;
}
Best regards,
Peter
You must log in to post.