Skip to content

Instantly share code, notes, and snippets.

@n7studios
Created November 4, 2014 11:38
Show Gist options
  • Save n7studios/c40ba28880b436e28844 to your computer and use it in GitHub Desktop.
Save n7studios/c40ba28880b436e28844 to your computer and use it in GitHub Desktop.
Soliloquy - soliloquywp.com homepage style button
.soliloquy-container .soliloquy-caption {
top: 0;
width: 100%;
}
.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
vertical-align: middle;
text-align: center;
background: none;
}
.soliloquy-container .soliloquy-caption .soliloquy-caption-inside h1 {
font-size: 24px;
font-weight: 300;
}
.soliloquy-container .soliloquy-caption .soliloquy-caption-inside a.button {
color: #fff;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 2px;
background: #ff3700;
border: 3px solid #fff;
padding: 20px 35px;
font-size: 20px;
margin: 40px 0 0 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment