Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2017
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. .cart .yith-wcwl-add-to-wishlist {
  2. border: 0 none;
  3. border-radius: 0;
  4. height: auto;
  5. left: 0;
  6. line-height: 40px;
  7. position: relative;
  8. right: auto;
  9. text-align: left;
  10. top: 0;
  11. width: auto;
  12. margin-top: 10px;
  13. }
  14. .cart .yith-wcwl-add-to-wishlist a {
  15. position: relative;
  16. }
  17. .cart .add_to_wishlist::after {
  18. content: "Add to wishlist";
  19. font-weight: 600;
  20. }
  21. .cart .add_to_wishlist i {
  22. display: none;
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement