Transparent background

Can you add an option to change the list background color to be transparent

1 Like

Hi there @Nader_Bakhoum :wave:

This code should help:


[class*='background__Container-sc'] {
  box-shadow: none;
  background: none;
}

Please add this code to the Custom CSS on the Settings tab of your widget’s setting and let me know if it helped :slightly_smiling_face: