Advertisement
janusivan

Untitled

Oct 28th, 2022 (edited)
66
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.33 KB | None | 0 0
  1. .carousel-wrapper .control-buttons .next-arrow:hover {
  2.     background-color:#BF9D73!important;
  3.     .fa-chevron-right:before {
  4.         color:#fff!important;
  5.     }
  6. }
  7. .carousel-wrapper .control-buttons .prev-arrow:hover {
  8.     background-color:#BF9D73!important;
  9.     .fa-chevron-left:before {
  10.         color:#fff!important;
  11.     }
  12. }
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement