Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BurlesonBrad/2d539c192323114ac092 to your computer and use it in GitHub Desktop.
Save BurlesonBrad/2d539c192323114ac092 to your computer and use it in GitHub Desktop.
Some CSS Love for Dave
// Custom CSS to change Variation Dropdown //
.woocommerce div.product form.cart .variations select {
width: 190px;
float: left;
background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%,rgb(194, 204, 228) 100%);
border-radius: 5px;
border: 1px solid rgba(0,0,0,0.3);
box-shadow: 0 0 5px 1px rgba(0,0,0,0.2), inset 0 1px 0 0px rgba(255,255,255,0.3);
margin: 50px;
}
//Keep this documentation so you'll know where to edit and what this was for //
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment