Skip to content

Instantly share code, notes, and snippets.

@rwmajux
Last active June 22, 2016 16:34
Show Gist options
  • Save rwmajux/1cc5a09a3d8b443b51b1d0ac71b78794 to your computer and use it in GitHub Desktop.
Save rwmajux/1cc5a09a3d8b443b51b1d0ac71b78794 to your computer and use it in GitHub Desktop.
CSS Snippet - Divi Blog Pagination Buttons Styles
#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;
}
@rwmajux
Copy link
Author

rwmajux commented Jun 22, 2016

Add snippets to any Divi CSS file and they will apply styles to the blog pagination buttons.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment