How can I remove text-shadow from my promotion grid?

Hi everyone, I’m trying to remove the shadow from the promotion grid at the to of the page (“Hol dir deinen OhCookie”), can anyone help ?

https://ohcookie.at/

thank you in advance!

Hello @Daniel19901
Its Artzen Technologies! We will be happy to help you today.

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file → Save

h2.rte--block.rte--strong {
    text-shadow: unset;
}

Let me know if need further assistance
Regards,
Artzen Technologies

Hi there - in our opinion this should be handled by adding custom CSS for just that section of the theme; this will allow you to use that effect (if desired) on other sections.

You have a radial-gradient set on that section; set the background to ‘none’.

Cheers.

WhiteWater Web

@Artzen_tech thank you for giving me a hand. Unfortunately, it didn’t work. Maybe it is a different section/item ?