Personalized checkout and custom promotions with Shopify Scripts
Hi everyone,
I'm working on my Shopify store and I'm encountering a problem with the shadow_text effect not reflecting on certain texts within my product section. The effect works correctly in some areas, but it doesn’t apply to the following elements:
I’ve checked the CSS code, and it seems to be correctly applied overall, but I can’t get it to show on these specific elements. I would greatly appreciate any guidance on how to resolve this issue or any alternative suggestions.
I’ve attached images where I indicate the texts that are not displaying the effect correctly.
Thank you in advance for your help.
Hi @hatmakerr!
Could you send your store's URL?
Awesome!
For the following classes, you'll need to add a text-shadow property.
.form__label {
text-shadow: 0 0 5px red, 0 0 10px red, 0 0 15px red, 0 0 20px red, 0 0 25px red;
color: white;
}
.recipient-checkbox {
text-shadow: 0 0 5px red, 0 0 10px red, 0 0 15px red, 0 0 20px red, 0 0 25px red;
color: white;
}
This will give you this:
Hope this helps!
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024