Hello,
How do I add the CSS text-shadow to the Slideshow text and box-shadow to the Shop Now button to help visually separate the text from the graphics? I have researched online and spent some time experimenting, but I am having no success.
See the attached screenshot as an example.
Thank you.
Hi there
Hope you are having a good day and thank you for your question 
In order to check your question I need to see your live website, please provide a URL and I will take a look
Thanks, Noda.
My website is https://www.miadolcevita.ca and the password is TADaH42318 to access the site.
Good morning
This is a custom CSS for your button:
.bgwhite.bo-rad-23 {
box-shadow: 0px 0px 30px 20px green;
}
Thank you, but I need to have the text shadowed in the slideshow, not a button. Also, where would I apply the new code? Thanks, Noda.
Good evening
Ok, in this case, you can use this CSS code:
.bo14 {
text-shadow: 0px 0px 20px red;
}
and, you can use this app for custom css: