How can I add a glow or shadow effect to my SILVENUI store banner text?

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

silvenu.com

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.

@SILVENU

Please confirm this :

If you want to like this then follow below steps:

  1. Go to your store. Click on Actions > Edit Code

  2. 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.

@Savior

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!!!

@SILVENU

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.