Skip to content

Instantly share code, notes, and snippets.

@DigitalEssence
Created February 18, 2015 10:37
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 DigitalEssence/d238bbb5cb6ebc6dd338 to your computer and use it in GitHub Desktop.
Save DigitalEssence/d238bbb5cb6ebc6dd338 to your computer and use it in GitHub Desktop.
CSS - Enfold - Remove default background on hover in footer links
.widget_nav_menu ul:first-child>.current-menu-item, .widget_nav_menu ul:first-child>.current_page_item, .widget_nav_menu ul:first-child>.current-menu-ancestor {
padding-left: 0;
left: 0;
box-shadow: none;
background-color: transparent!important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment