Skip to content

Instantly share code, notes, and snippets.

@lukecav
Created December 10, 2015 15:51
Show Gist options
  • Save lukecav/6ef1db1cc8bc363c78bc to your computer and use it in GitHub Desktop.
Save lukecav/6ef1db1cc8bc363c78bc to your computer and use it in GitHub Desktop.
WooCommerce My Account CSS
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
font-size: 100%;
margin: 0px;
line-height: 1;
cursor: pointer;
position: relative;
font-family: inherit;
text-decoration: none;
overflow: visible;
padding: 0.618em 1em;
font-weight: 700;
border-radius: 3px;
left: auto;
color: #515151;
background-color: #EBE9EB;
border: 0px none;
white-space: nowrap;
display: inline-block;
background-image: none;
box-shadow: none;
text-shadow: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment