Advertisement
artemsemkin

Untitled

Sep 25th, 2023 (edited)
765
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.20 KB | None | 0 0
  1. /* Hide button on all slides except #2. */
  2. /* Customize nth-child(2) as needed. */
  3. .slider-fullscreen-projects .swiper-wrapper .swiper-slide:not(:nth-child(2)) .slider__wrapper-button {
  4.   display: none;
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement