Last active
September 18, 2017 04:53
-
-
Save gspice/9f8db7a94a2f08a753fc6a0ace7574a0 to your computer and use it in GitHub Desktop.
Styling for adding the Genesis Featured Posts widget to Utility Pro 1.3.x (personal license)
This file contains 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
*/ | |
/* 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 #1c1c1c; | |
background-color: #fff; | |
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: #fff; | |
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