Can I add a glow or shadow effect to my banner text on Shopify?

SILVENU
Tourist
13 0 3

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 🙂

silvenu.com

Thank you!!!!

Replies 4 (4)

Zworthkey
Shopify Partner
5581 642 1565

Hii, @SILVENU 
Can you give me a screenshot so,
I can understand what you want so,
I can solve it perfectly.
Thank You.

Savior
Shopify Partner
537 108 161

@SILVENU 

Please confirm this : 

Twinkle_34_0-1636795153249.png

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.

banned
SILVENU
Tourist
13 0 3

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

Savior
Shopify Partner
537 108 161

@SILVENU 

 

Is this Okay for you ?? then add below css:

Twinkle_34_0-1636952165304.png

 

 

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

banned