Change a background color

A lot of the apps with Elfsight have the ability to change the color of each individual feature.

The comments app only has the ability to change to light or dark mode. I would like a feauture to choose the background color to be added. For example, to change the background from white to #ededed.

1 Like

Hey @Aubriana_Wykoff, thank you for your comment!

You’re right, it would be great to have more customization options for colours, and we’ll try to think about this in the future.

For now, add this code to the Custom CSS section in your widget’s Settings tab:

.es-widget-container {
  background-color: #ddeeff;
}

It should help you change the background colour :blush: