Last active
June 22, 2016 16:34
-
-
Save rwmajux/1cc5a09a3d8b443b51b1d0ac71b78794 to your computer and use it in GitHub Desktop.
CSS Snippet - Divi Blog Pagination Buttons Styles
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
#left-area .alignleft a { | |
background: #d5b92e; | |
padding: 20px; | |
width: 100%; | |
text-align: center; | |
margin-top: 10px; | |
color: #333 !important; | |
font-size: 1rem !important; | |
text-transform: uppercase; | |
font-weight: 500 !important; | |
display: block !important; | |
width: 100% !important; | |
} | |
#left-area .alignleft a:hover { | |
background: #ffe358 !important; | |
} | |
#left-area .alignright a { | |
background: #d5b92e; | |
padding: 20px; | |
width: 100%; | |
text-align: center; | |
margin-top: 10px; | |
color: #333 !important; | |
font-size: 1rem !important; | |
text-transform: uppercase; | |
font-weight: 500 !important; | |
display: block !important; | |
width: 100% !important; | |
} | |
#left-area .alignright a:hover { | |
background: #ffe358 !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add snippets to any Divi CSS file and they will apply styles to the blog pagination buttons.