Skip to content

Instantly share code, notes, and snippets.

View w5d's full-sized avatar

W5 Designs w5d

View GitHub Profile
@w5d
w5d / logoHover
Created January 30, 2015 15:36
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;
}