Skip to content

Instantly share code, notes, and snippets.

@philipgledhill
Last active August 29, 2015 14:28
Show Gist options
  • Select an option

  • Save philipgledhill/bb591d7a1140d6e5880d to your computer and use it in GitHub Desktop.

Select an option

Save philipgledhill/bb591d7a1140d6e5880d to your computer and use it in GitHub Desktop.
Grey boxes AND text. Like homepage of SmallBizPress Dynamik skin
#ez-home-bottom-container .ez-widget-area {
background: #4F9BFF;
border-bottom: 4px solid #CCCCCC;
-webkit-border-radius: 0 20px 20px 20px;
border-radius: 0 20px 20px 20px;
}
#ez-home-bottom-container .widget {
padding: 20px;
color: #FFFFFF;
}
#ez-home-bottom-container .widget p {
color: #FFFFFF;
}
#ez-home-bottom-container .widget h4, #ez-home-bottom-container .widget h2 a {
color: #FFFFFF !important;
}
#ez-home-bottom-container .widget a {
color: #FFFFFF !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment