Advertisement
Piklis

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

Feb 15th, 2018
1,004
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 CLASSIC -->
  3.  
  4. <style>
  5. /* Prebarvi stitky u popisku zbozi */
  6. /* Novinka */
  7. .flag.flag-new {
  8.     background-color: #7ad046;
  9. }
  10. /* Tip */
  11. .flag.flag-tip {
  12.     background-color: #59d6e4;;
  13. }
  14. /* Akce */
  15. .flag.flag-action {
  16.     background-color: #e94b4b;
  17. }
  18. /* Doprava zdarma*/
  19. .flag.flag-freeshipping {
  20.     background-color: #aed721;
  21. }
  22. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement