Content Experience Widget

rcard11
Tera Guru

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:

 

find_real_file.png

1 ACCEPTED SOLUTION

keithl22
ServiceNow Employee
ServiceNow Employee

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. 

 

find_real_file.png

View solution in original post

7 REPLIES 7

Hello rcard11,

 

Thank you so much for your help, my issue is resolved.

keithl22
ServiceNow Employee
ServiceNow Employee

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. 

 

find_real_file.png

RadZz
Tera Contributor

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?