Skip to content

Instantly share code, notes, and snippets.

@gspice
Last active September 18, 2017 04:54
Show Gist options
  • Save gspice/7ca2d17607de07441c3b24286a2fd3e9 to your computer and use it in GitHub Desktop.
Save gspice/7ca2d17607de07441c3b24286a2fd3e9 to your computer and use it in GitHub Desktop.
Styling for adding the Genesis Featured Posts widget to Utility Pro 1.3.x (developer license)
/* Home Featured Post widget -
using default Genesis Featured Posts widget
--------------------------------------------- */
.home-featured-posts .featured-content {
clear: both;
}
.home-featured-posts .featured-content .widgettitle {
border-top: 1px solid lighten($black, 11);
background-color: $white;
margin: 0 0 24px;
padding: 30px;
}
.home-featured-posts .featured-content .entry-title {
font-size: 24px;
margin: 15px 0 15px;
}
.home-featured-posts .featured-content .entry-meta {
background-color: $white;
margin: 0 0 10px;
padding: 0;
text-align: left;
}
.home-featured-posts .featured-content a.alignleft {
margin-right: 24px;
}
.home-featured-posts .featured-content a img {
margin-bottom: -8px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment