Add the following CSS to your slider using the free Soliloquy CSS Addon: http://soliloquywp.com/addons/css/
Created
November 4, 2014 11:38
-
-
Save n7studios/c40ba28880b436e28844 to your computer and use it in GitHub Desktop.
Soliloquy - soliloquywp.com homepage style button
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
.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