Hi,
I have a little question, I try to change the "view cart " button - which appear when you add a product to your cart -
here :
in the woocommerce-mod.css, line 1249 :
div .container a.button, div a.button, div .container button.button, div .container input.button, div .container #review_form #submit {
color: white;
padding: 10px;
line-height: 1em;
margin: 4px 2px 0 0;
float: left;
font-size: 12px;
width: auto;
vertical-align: middle;
text-align: center;
text-decoration: none;
border: none;
cursor: pointer;
font-family: lucida console;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
position: relative;
}
But it change all button of my site (add to cart ...etc )
So where or how I can change just the "view cart" like this :
font-size: 14px;
font-family: nixie one;
text-decoration: blink;
Than you in advance
Delphine














