Remove shadow from text. Only small text not title

Hi all, I’d like to remove shadow from text. Only small text not title.

I am using Dawn

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > base.css and paste this at the bottom of the file:
.text-body {
text-shadow: none!important;
}