Hey ive been seeing people have glow effects on their products and i dont really wanna spend a lot of money on a theme does anyone know any css to make that happen?
Topic summary
A user seeks CSS code to add a glow effect around products in the Spotlight theme without purchasing expensive themes. They provide an example site (awokendreams.shop) showcasing the desired effect.
Solution Provided:
A CSS filter property is shared:
filter: drop-shadow(0px 0px 29px #FFFFFF);
Implementation Issues:
- Another user reports errors when attempting to apply the code via the custom CSS editor in the store editor
- Questions arise about where specifically to paste the code
Current Status:
The discussion remains unresolved. Assistance is offered through private messaging to troubleshoot theme-specific implementation, but no public follow-up confirms whether the solution was successfully applied. The final comment questions if a resolution was ever reached.
Hi, Could you share an example of the glow effect you wish to have please?
Hi, I’ve taken a look at the example site and have put the code they’ve used to achieve this effect below. If you find yourself needing a hand with the implementation, please don’t hesitate to reach out. I’m here to help!
filter: drop-shadow(0px 0px 29px #FFFFFF);
Hi, how do I apply this code to the store, I tried the custom css editor in the store editor and it came up with an error message.
Is there a specific part in the code to past this under?
Thank you
Hi there! It might be due to the theme. If you’d like, I can help you check it out and get it resolved. Just send me a private message if you need my assistance.
Was this ever answered???