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
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:
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, 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