Created
September 5, 2016 06:24
-
-
Save SirDarcanos/19d8568f097c767487f614396cf3abee to your computer and use it in GitHub Desktop.
Style for the post format link on Storefront
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
/** | |
* Post format Link | |
*/ | |
.hentry.type-post.format-link .entry-header { | |
margin-bottom: 5px; | |
} | |
.hentry.type-post.format-link .entry-title { | |
font-size: 1.618em !important; | |
} | |
.hentry.type-post.format-link .entry-title a::before { | |
content: "\f103"; | |
position: relative; | |
display: inline-block; | |
margin-right: 7px; | |
font: normal 18px/1 dashicons; | |
speak: none; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale; | |
speak: none; | |
} | |
.hentry.type-post.format-link .entry-meta { | |
float: none; | |
width: 100%; | |
} | |
.hentry.type-post.format-link .entry-meta img { | |
display: inline-block; | |
margin-right: 20px; | |
vertical-align: middle; | |
} | |
.hentry.type-post.format-link .entry-meta .label { | |
font-weight: 400; | |
margin-right: 4px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment