This snippet will remove the borders in the top menu navigation.
Note: This snippet works in multiple header designs
This snippet will remove the borders in the top menu navigation.
Note: This snippet works in multiple header designs
/* Remove borders in menu navigation */
.nav-primary > ul > li.active > a,
.nav-primary ul li a:hover,
.nav-primary ul ul li.active a {
border-bottom: 0;
text-decoration: none;
}
Copy to clipboard