Skip to content

Instantly share code, notes, and snippets.

@w5d
Created January 30, 2015 15:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save w5d/3c4d43198c64b8a124ef to your computer and use it in GitHub Desktop.
Save w5d/3c4d43198c64b8a124ef to your computer and use it in GitHub Desktop.
Logo black and whit to color on hover
/*Divi theme on hover changes logos from balck and white to color
Thanks @shanetheboland for the help on this one*/
.et_fixed_nav #logo:hover, .et-fixed-header #logo:hover {
-webkit-transform: scale(1.05);
-moz-transform: scale(1.10);
-o-transform: scale(1.04);
opacity: 0.9;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment