All Collections
How can I setup and install the Website Wishlist?
Branding and Colors
How can I edit the Background Color for the "Add" button on my Wishlist?
How can I edit the Background Color for the "Add" button on my Wishlist?
Here's how you can change the color of the "add" button on your Wishlist site.
Jake Scotto avatar
Written by Jake Scotto
Updated over a week ago

Head to your websites Custom CSS section (Article)

Enter this snippet of code to change the Background Color of your add button:

/* card add button color */ 
gspro-item-card .gspro-o-card__add button {
background: blue !important;
}

To determine a different color, use this Color Picker.

Your colors are now customizable!

To view all available options for customizing your Wishlist, check out our Developer Docs.

Did this answer your question?