Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ModernMuse/95b3c8fe038b8db4e285 to your computer and use it in GitHub Desktop.
Save ModernMuse/95b3c8fe038b8db4e285 to your computer and use it in GitHub Desktop.
Remove tab backgrounds from sub menus for Elko New Market Chamber of Commerce
.education-teal #header .menu ul.sub-menu li a:active,
.education-teal #header .menu ul.sub-menu li a,
.education-teal #header .menu ul.sub-menu li a:hover,
.education-teal #header .menu ul.sub-menu .current-menu-item a,
.education-teal #header .menu ul.sub-menu .current_page_item a:hover,
.education-teal #header .menu ul.sub-menu .current-cat a:hover,
.education-teal #header .menu ul.sub-menu .current-menu-item a:hover {
color: #717171 !important;
background: none;
border-bottom: 1px dotted #999;
text-shadow: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment