Guest User

Untitled

a guest
Oct 16th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. // Hides the All Events link
  2. p.tribe-events-back {
  3. display: none;
  4. }
  5.  
  6. // Hide the prev link
  7. .nav-previous {
  8. display: none !important;
  9. }
  10.  
  11. // Hide the next link
  12. .nav-next {
  13. display: none !important;
  14. }
Add Comment
Please, Sign In to add comment