Advertisement
phpface

Cobalt woocommerce CSS

Jan 4th, 2022
1,358
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.44 KB | None | 0 0
  1. .woocommerce .button{
  2.     height: 30px;
  3.     line-height: .5rem!important;
  4.     text-shadow: none!important;
  5.     padding: 1.5rem 3rem!important;
  6.     color: #333!important;
  7. }
  8.  
  9. .woocommerce .checkout-button,
  10. .woocommerce #place_order{
  11.     padding: 2rem!important;
  12.     color: #fff!important;
  13. }
  14.  
  15. .woocommerce label{
  16.     color: #606060;
  17.     font-family: 'Roboto Slab', serif; 
  18. }
  19.  
  20. .woocommerce #payment ul.payment_methods li {
  21.     list-style: none;
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement