Skip to content

Instantly share code, notes, and snippets.

@SirDarcanos
Created September 5, 2016 06:24
Show Gist options
  • Save SirDarcanos/19d8568f097c767487f614396cf3abee to your computer and use it in GitHub Desktop.
Save SirDarcanos/19d8568f097c767487f614396cf3abee to your computer and use it in GitHub Desktop.
Style for the post format link on Storefront
/**
* 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