Skip to content

Instantly share code, notes, and snippets.

@kontikidigital
Created January 25, 2015 20:27
Show Gist options
  • Save kontikidigital/1911045c6ebca5856df9 to your computer and use it in GitHub Desktop.
Save kontikidigital/1911045c6ebca5856df9 to your computer and use it in GitHub Desktop.
Genesis: Use Image Button with Genesis eNews Extended
/*Use Image Button with Genesis eNews Extended*/
.enews-widget #subbutton {
transition: none;
text-decoration: none !important;
padding: 0px;
margin-top: 1em;
border: none;
display: block;
color: #FFFFFF !important;
vertical-align: top;
font-size: 1.2em;
text-align: center;
background: url('images/more-info.png') no-repeat 0 0;
}
.enews-widget #subbutton:hover {
background: url('images/more-info.png') no-repeat -145px 0;
}
.enews-widget #subbutton:active {
border: none;
background: url('images/more-info.png') no-repeat -288px 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment