fauzanjeg

Carousel 3 Nav

Feb 3rd, 2021 (edited)
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.40 KB | None | 0 0
  1. /* Carousel 3 Nav */
  2. .jeg_postblock_carousel_3 .owl-carousel .owl-nav div {
  3.     background-color: #244c7a;
  4. }
  5.  
  6. .jeg_postblock_carousel_3 .owl-carousel .owl-nav div:before {
  7.     color: white;
  8.     font-size: 20px;
  9.     -webkit-text-stroke: 3px white; /* width and color */
  10. }
  11.  
  12. /* Carousel 3 Nav on Hover */
  13. .jeg_postblock_carousel_3 .owl-carousel .owl-nav div:hover {
  14.     background-color: red;
  15. }
Add Comment
Please, Sign In to add comment