Skip to content

Instantly share code, notes, and snippets.

@manhleo93
Created July 23, 2017 08:36
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 manhleo93/7788edcb710827b3527d68a5a9a47957 to your computer and use it in GitHub Desktop.
Save manhleo93/7788edcb710827b3527d68a5a9a47957 to your computer and use it in GitHub Desktop.
.wp-caption-text {
font-size: 18px;
font-size: 1.8rem;
font-weight: 700;
margin: 0;
text-align: left;
background: #fff;
border-bottom: 1px solid #ddd;
padding: 17px 0 17px 24px;
line-height: 120%;
color: #111;
position: relative;
}
.wp-caption-text:before {
font: 14px/1 FontAwesome;
content: "\f030";
margin-right: 10px;
color: #0093C2;
display: inline-block;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment