hi,
on the product category page i have a couple of products
i would like to changed the background color of the add to cart button and a separate color for the show details and read more buttons.
also i would like to disable the hover affect on these buttons and always show the full color, not just that color on hover
Hi mischa00!
Add this to your custom CSS.
.avia_cart_buttons {
padding: 0px !important;
opacity: 1 !important;
}
.add_to_cart_button {
background: red none repeat scroll 0 0 !important;
padding: 10px !important;
}
.show_details_button {
background: blue none repeat scroll 0 0 !important;
padding: 10px !important;
}
Cheers!
Elliott
Worked like a charm, awesome support as always!
Thanks a lot,
Cheers,
Mischa