How can I replace a gif in Box Builder app?

Hey, really hoping someone can help…

It’s a bit of a long shot… we use a third party app (Box Builder) and once the products have been selected and you hit ‘Cart’ a gif shows… I was hoping to replace the gif.

If anyone has any idea it would be very much appreciated!

Here’s the link: www.notacard.com

To see the current gif, you’ll just need to add some gifts and follow the steps.

Screenshot attached

(Theme is north theme if that helps)

Huge thanks in advance!!!

For app related issues always consult the apps docs, settings, or their support contacts first.

@mrjaengland You can try to hide that medias elements, and add your own either as a new background on a parent element or maybe in a CSS psuedo-element.

Or course any image urls should be replace with the proper liquid to keep returning up to date CDN Urls.

Always backup theme code before making changes.

CSS to add either to the bottom of either theme.css, or theme.liquid before closing tag or other relevant file. The url is for example only and should be updated to be a liquid reference to the proper file.

.bxp-building-img lottie-player {
/* use opacity instead of display:none so that the element area is still usable to insert something else*/   
opacity: 0;
}

.bxp-building-img  {
background: 100px 100px no-repeat url("https://cdn.shopify.com/s/files/1/0570/1694/2639/files/Copy_of_Copy_of_CALLING_ALL_MEMBERS_9.png?v=1662928705&width=100");
}

If you need this implemented you can contact me via the info in my signature.