Advertisement
Guest User

Untitled

a guest
Aug 28th, 2015
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. // Custom CSS to change Variation Dropdown //
  2. .woocommerce div.product form.cart .variations select {
  3. width: 190px;
  4. float: left;
  5. background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%,rgb(194, 204, 228) 100%);
  6. border-radius: 5px;
  7. border: 1px solid rgba(0,0,0,0.3);
  8. box-shadow: 0 0 5px 1px rgba(0,0,0,0.2), inset 0 1px 0 0px rgba(255,255,255,0.3);
  9. margin: 50px;
  10. }
  11. //Keep this documentation so you'll know where to edit and what this was for //
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement