Change the Default Gift Box Icon ✏️

Changing the Gift Box icon that is found on the “Is this a gift?” checkbox can be done by using a simple CSS override.

To begin, upload the image that you would like to use to replace this icon to your Shopify store.

Go to Settings –> Files –> Upload Files.

Then copy the URL of the image that you uploaded.

From here, go to your theme files and open your primary CSS file. Online Store –> Themes –> Your Theme –> Actions –> Edit Code –> Assets –> theme.scss.liquid.

Go to the bottom of the file, and add the following code with your unique image url:

.gs__checkbox-image{
content: url("your-image-url")!important;
}

Click ‘Save’ and you will now see a different icon appear.

Can't find the answer in our documentation?
Contact Support