Shadow text Header (Source)

Sorry, I would like to put a shadow in the text in header (Source), if I use utility classes (s-shad) it will shade the frame and not the text.
How can I do?
Do I need to create a personalized css for myself?

1 Like

.text-shad {text-shadow: 0 6px 8px rgba(0,0,0,.4), 0 9px 10px rgba(0,0,0,.15), 0 30px 10px rgba(0,0,0,.18), 0 15px 10px rgba(0,0,0,.21)}

Add text-shadto the header’s Class

The exact type of shadow can be tweaked with the many CSS shadow web generators you can find if you Google them.

1 Like

Thank you