Change background color of shopping cart button

Hi all,

Trying to change the background of the small shopping cart icon that appears in the top right hand side of an image in the grid.

Am using the css below - but nothing is changing. Any ideas?

.grid-button add-to-cart {
background-color: green;
}

try changing the grid icon colors in the album template

Thanks Rod - I should of looked there first!

Cheers
Chumby

Also - any ideas about the “Add Photo Button”, Rod? Is that CSS - can’t see anything in the album or page template to change there.

.add-package-to-cart add-package {
background-color: green;
}

Cheers,
Chumby

page template: Typography under Buttons

also, if you need to use custom css for some reason, like you want the cart button to be different colors than what’s set in the page template, then you need the correct selectors. you would need dots in front of add-to-cart as as well as add-package. They are both classes.

Gotcha Rod.

Thank you.

Cheers,
Chumby