Skip to content

Instantly share code, notes, and snippets.

@cre8tivediva
Last active June 12, 2016 15:25
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 cre8tivediva/a489d531f4b7a44771af8f2404c5bc10 to your computer and use it in GitHub Desktop.
Save cre8tivediva/a489d531f4b7a44771af8f2404c5bc10 to your computer and use it in GitHub Desktop.
Add Envelope to eNews Extended Widget Title
.enews-widget .widget-title::before {
content: "\f466";
display: inline-block;
font: 50px/1 "dashicons";
margin-right: 20px;
vertical-align: text-top;
}
.enews .widget-title {
font-size: 3.2rem;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment