Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Hide button on all slides except #2. */
- /* Customize nth-child(2) as needed. */
- .slider-fullscreen-projects .swiper-wrapper .swiper-slide:not(:nth-child(2)) .slider__wrapper-button {
- display: none;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement