Advertisement
bodyquest

Shopping cart icon

Nov 20th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. span.xoo-wsc-items-count {
  2. width: 18px;
  3. height: 18px;
  4. line-height: 18px;
  5. }
  6.  
  7. span.xoo-wsc-items-count {
  8. left: 15px;
  9. top: 3px;
  10. }
  11.  
  12. a.xoo-wsc-sc-cont {
  13. font-size: 0;
  14. }
  15.  
  16. span.xoo-wsc-sc-icon {
  17. font-size: 14px;
  18. }
  19.  
  20. /*Possible code for moving the counter icon in the short-code */
  21. span.xoo-wsc-items-count: before {
  22. width: 18px;
  23. height: 18px;
  24. line-height: 18px;
  25. left: 15px;
  26. top: 3px;
  27. }
  28.  
  29. /*CUSTOM ICON IN SHORT CODE */
  30.  
  31. .xoo-wsc-basket{
  32. background-color:transparent;
  33. }
  34.  
  35. span.xoo-wsc-sc-icon{
  36. font-size: 0;
  37. }
  38.  
  39. span.xoo-wsc-sc-icon:before {
  40. background-position: center;
  41. background-color: transparent;
  42. background-image: url(https://www.bodyquestbox.com/wp-content/uploads/2018/11/SNATCH_Shopping_Cart_WHITE.png);
  43. width: 40px;
  44. height: 40px;
  45. font-size: 0;
  46. content: "";
  47. display: inline-block;
  48. background-size: contain;
  49. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement