Advertisement
Guest User

Test

a guest
May 27th, 2015
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.00 KB | None | 0 0
  1. .ecwid-productBrowser-CategoryPage-13217222 tr:nth-child(4) td.ecwid-productBrowser-productsGrid-cell:nth-child(1) div.ecwid-productBrowser-price:after {
  2. content: "DESCRIPTION";
  3. display: block;
  4. font: 25px arial;
  5. color: blue;
  6. }
  7.  
  8. .ecwid-productBrowser-CategoryPage-13217222 tr:nth-child(4) td.ecwid-productBrowser-productsGrid-cell:nth-child(2) div.ecwid-productBrowser-price:after {
  9. content: "Something";
  10. display: block;
  11. font: 18px arial;
  12. color: blue;
  13. }
  14.  
  15. .ecwid-productBrowser-CategoryPage-13217222 tr:nth-child(10) td.ecwid-productBrowser-productsGrid-cell:nth-child(1) div.ecwid-productBrowser-price:after {
  16. content: "Something completely, totally different. Not the thing that you've seen on previous product";
  17. display: block;
  18. font: 15px arial;
  19. color: blue;
  20. }
  21.  
  22. .ecwid-productBrowser-CategoryPage-13217222 tr:nth-child(10) td.ecwid-productBrowser-productsGrid-cell:nth-child(2) div.ecwid-productBrowser-price:after {
  23. content: "Something else";
  24. display: block;
  25. font: 22px arial;
  26. color: blue;
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement