- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2022 05:48 AM
Hello community! We are planning on using the new content experience widget. We are hearing from end users that they really don't like the look of it (specifically the gradient and the boxes). We can live with the boxes ,but outside of changing the color, I'm really not finding a way to remove the gradient. There are over 400 lines of CSS on this widget and multiple mentions of gradient, but its not clear as to what is doing what from the code. Has anyone had any success in removing the gradient on this widget or know how to do that? Hoping to not have to use trial and error on this one! 🙂 Thank you!
And for reference, here is the widget OOTB:
Solved! Go to Solution.
- Labels:
-
Employee Service Center

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2022 06:52 AM
Hi Robert and for any others reading this. The CSS for the Content experience widget is in the ec-theme-content-experience-widget CSS Include. Modifying the code in line 12 so that they both reference the same color will remove the gradient.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2023 09:32 AM
Hello rcard11,
Thank you so much for your help, my issue is resolved.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2022 06:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2023 03:18 AM
Hello, In this content experience widget we can see header and text in white color.. I am able to change the text color but when I use text-shadow : none; it still doesnt work with the shadow. I want to remove shadow of the text and header
any idea?