Created
February 9, 2017 06:32
-
-
Save cre8tivediva/1f40516f6bc582f19119e4cd2a9589ae to your computer and use it in GitHub Desktop.
Hide Previous/Next Arrows and Pager Link Buttons from Free Version of Soliloquy
This file contains hidden or 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
/* | |
Hide Previous/Next Arrows and Pager Link Buttons from Free Version of Soliloquy | |
---------------------------------------------------------------------------------------------------- */ | |
.soliloquy-container .soliloquy-prev, | |
.soliloquy-container .soliloquy-next, | |
.soliloquy-container .soliloquy-pager-link { | |
display: none !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment