Advertisement
fauzanjeg

JKit || Change Icon Order and Change Icon Cart to Arrow Right

Jan 30th, 2025
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.34 KB | None | 0 0
  1. /* JKit || Change Icon Order and Change Icon Cart to Arrow Right */
  2. .jeg-elementor-kit.jkit-product-grid .woocommerce .product > .button {
  3.    display: inline-flex;
  4.    flex-direction: row-reverse;
  5.    align-items: center;
  6.    gap: 5px;
  7. }
  8.  
  9. .jeg-elementor-kit.jkit-product-grid .woocommerce .product > .button i:before {
  10.    content: "\f061";
  11. }
  12.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement