Oh. Good thats easy. Split the css classes up and make one display:none and one not. Change this
.add-to-cart .button-wrapper {
display:none;
}to this:
.add-to-cart {
display:none;
}
.button-wrapper {
//whatever was here in the first place...
}
|
Ubercart |
|
|
|
||
Re: Re: Hide Add to Cart button
Mon, 08/30/2010 - 22:32
#1
Re: Re: Hide Add to Cart button
Oh. Good thats easy. Split the css classes up and make one display:none and one not. Change this .add-to-cart .button-wrapper {to this: .add-to-cart {Hide Add to Cart button By: shisamud (6 replies) Mon, 08/30/2010 - 16:47
|
|