Advertisement
Piklis

Shoptet SOUL - přebarvení štítků

Oct 14th, 2016
601
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.40 KB | None | 0 0
  1. <!-- autor: jan@pikla.cz -->
  2. <!-- testovano na sablone SOUL -->
  3.  
  4. <style>
  5. /* Prebarvi stitky u popisku zbozi */
  6. /* Novinka */
  7. .pr-list-flag-new {
  8.     background-color: #91c870;
  9. }
  10. /* Tip */
  11. .pr-list-flag-tip {
  12.     background-color: #73d7e3;
  13. }
  14. /* Akce */
  15. .pr-list-flag-action {
  16.     background-color: #f17f7f;
  17. }
  18. /* Doprava zdarma*/
  19. .pr-list-flag-freeshipping {
  20.     background-color: #ff9764;
  21. }
  22. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement