Guest User

Untitled

a guest
Nov 3rd, 2023
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. #header-outer .cart-menu .cart-icon-wrap .icon-salient-cart,
  2. #header-outer #mobile-cart-link .icon-salient-cart{
  3. visibility: hidden;
  4. }
  5.  
  6. #header-outer .cart-menu .cart-icon-wrap,
  7. #header-outer #mobile-cart-link {
  8. background-image: url('your-icon.png');
  9. background-size: cover;
  10. background-repeat: no-repeat;
  11. background-position: center;
  12. }
Add Comment
Please, Sign In to add comment