How to get rid of shadow in widget text

Hi,
I was adding some widgets in the footer of my site. Oddly, the text, which I change to white, seems to have a white shadow which makes the text looks a bit blurry. I was able to get rid of the shadow in the links, but that’s about it.

How can I get rid of this shadow on the plain text?

Thank you for your answer.

https://groupeurbainhabitation.com/

Hello @ProductionMD1986,

Thanks for writing in!

Please add following CSS under X > Theme Options > CSS:

.widget {
    text-shadow: none !important;
}

1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g

2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI

Thanks.

Awesome!

Thank you so mcuh support team!

You are most welcome. :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.