Use a gradient as background

Use a gradient as background

1 Like

Hi there, @Cristina_Jimenez_Mun :wave:

Great idea, thanks for sharing! If this idea gets more votes, we’ll try to consider it as an option for settings.

As for now, you can use this code in the Custom CSS field on the Style tab of your widget’s settings:

.eapp-weather-weather-detail,
.eapp-weather-daily-item-component {
  background: transparent !important;
}

.eapp-weather-weather-info {
  background: linear-gradient(244deg, #EDF5DE 0%, #BEDB8A 60.47%) !important;
}