Using manifold-campaign-widget in my shopify store can't change emoji size

<script src="https://connect.manifoldxyz.dev/2.2.4/connect.umd.min.js"></script>

<link rel="stylesheet" href="https://connect.manifoldxyz.dev/2.2.4/connect.css" />

<script async src="https://campaign.manifoldxyz.dev/0.1.5/campaign.umd.min.js"></script>

<link rel="stylesheet" href="https://campaign.manifoldxyz.dev/0.1.5/campaign.css">

I am using manifold-campaign-widget in this product page. After Connect Wallet. when I apply Discount button popup with discount open and when I click on add button. Added emoji come with rotate and gone.

Currently I have added Text “AKCB” but it’s very big. how can I customize font-size, rotate speed, counts of text etc.

Also buy default image shown if I not pass text. So how can I use my custom image

I am using follwoing code for that.

<div
  data-widget="m-add-to-cart"
  data-opensea-collection-slug="akidcalledbeast"
  data-redirect-to-cart="true"
  data-add-to-cart-emojis="AKCB"
  data-add-to-cart-emoji-size="10"
  data-nft-eligible-title="BEAST Discount Eligible"></div>

Here video link for more information.


Customization of this isn’t possible. The emoji is intended to be just emoji’s, like a smiley. Not letters.

Thank you for your quick response.

I tried with the following text but nothing worked for me. Same Text display front side no emoji display.

data-add-to-cart-emojis="AKCB"

data-add-to-cart-emojis="<CONFETTI>"

data-add-to-cart-emojis="CONFETTI"

data-add-to-cart-emojis="<CONFETTI_EMOJI>"

data-add-to-cart-emojis="CONFETTI_EMOJI"

data-add-to-cart-emojis="<smiley>"

data-add-to-cart-emojis="smiley"

data-add-to-cart-emojis="<smiley_emoji>"

data-add-to-cart-emojis="smiley_emoji"

data-add-to-cart-emojis="<:smiley>"

data-add-to-cart-emojis=":smiley"

data-add-to-cart-emojis="<:smiley_emoji>"

data-add-to-cart-emojis=":smiley_emoji"

When I am not passing data-add-to-cart-emojis attribute default emojis with cap and t-shirt shows. How can I replace them? with this image

If Image replacement is not possible, how can I use simple emoji? Simple emoji also do not work here.

Please find the attachments.

Thank you. Regards



You have to use the emoji characters, e.g.
https://unicode.org/emoji/charts/full-emoji-list.html

Thank you for the link. it’s work for me. :grinning: