Hi, My store is SILVENU
I am looking to make the banner text have a glow effect or shadow effect to stand out from the background.
I use the wookie theme.
Any help would be great ![]()
Thank you!!!
Hi, My store is SILVENU
I am looking to make the banner text have a glow effect or shadow effect to stand out from the background.
I use the wookie theme.
Any help would be great ![]()
Thank you!!!
Hii, @SILVENU
Can you give me a screenshot so,
I can understand what you want so,
I can solve it perfectly.
Thank You.
Please confirm this :
If you want to like this then follow below steps:
Go to your store. Click on Actions > Edit Code
Go to Assets > theme.css add below lines at the bottom of the file.
.tp-caption1-wd-2, .tp-caption1-wd-1 {
text-shadow: 0 0 10px #000, 0 0 1px #000, 0 0 0px #eae7e0, 0 0 0px #eae7e0, 0 0 1px #eae7e0, 0 0 60px #eae7e0, 0 0 1px #eae7e0;
}
If helpful then please Like and Accept Solution.
Yes, thank you, but I would the the shadow to be white so it has a glowing effect.
do you know how to do this?
thank you!!!
Is this Okay for you ?? then add below css:
.tp-caption1-wd-2, .tp-caption1-wd-1 {
text-shadow: 0 0 10px #eae7e0, 0 0 1px #eae7e0, 0 0 0px #eae7e0, 0 0 0px #eae7e0, 0 0 1px #eae7e0, 0 0 60px #eae7e0, 0 0 1px #eae7e0;
}
If helpful then please Like and Accept Solution.