How to Remove the “Add to Cart” button from your “About Me” or other Informational Listings

March 18th, 2008 · No Comments · Tips & Tricks

If you use your Hyena Cart as your main website and make fake product listings for your “about me” or other informational pages, you can use this code to make the “add to cart” button disappear.

<style type=”text/css”>
.addToCartButton {
font-size: 0px;
color:#ffffff;
border: 0px solid #ffffff;
background-color:#ffffff;
}
</style>

If your main area of your cart has a different background color than white, just change all the color codes from #ffffff to your color code.

And now the “Add to Cart” button is gone!

Tags:

No Comments so far ↓

There are no comments yet...Kick things off by filling out the form below.

Leave a Comment