Skip to content

Instantly share code, notes, and snippets.

@cre8tivediva
Created February 9, 2017 06:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cre8tivediva/1f40516f6bc582f19119e4cd2a9589ae to your computer and use it in GitHub Desktop.
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
/*
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