Last active
July 1, 2017 15:34
-
-
Save topleague/da808f0a0829880c259b5e9bed1fc9dd to your computer and use it in GitHub Desktop.
Style Featured Image Caption in Genesis
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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