Skip to content

Instantly share code, notes, and snippets.

@wpacademy
Created May 25, 2023 01:47
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wpacademy/a975187e8f717660aea167e61a1c2f66 to your computer and use it in GitHub Desktop.
Save wpacademy/a975187e8f717660aea167e61a1c2f66 to your computer and use it in GitHub Desktop.
CSS code used in the Modern Carousel Design Tutorial on WP Academy YouTube channel.
/*
* Loop Item
*/
.member-info {
visibility: hidden;
}
selector {
transition: .6s all;
}
selector:hover .member-info {
visibility: visible;
}
/*
* Loop Carousel Widget
*/
selector .elementor-swiper-button {
top: auto;
bottom: -60px;
left: 0;
}
selector .elementor-swiper-button-next {
left: 45px;
}
selector .swiper {
padding-bottom: 20px;
}
@ghaffarabaro
Copy link

it's fine

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment