Skip to content

Instantly share code, notes, and snippets.

@SiR-DanieL
Created September 5, 2016 06:24
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
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