Change background color and color of the navigation arrows (3rd style)

Add this code to the Custom CSS field on the Style tab of your Weather widget’s settings:

.eapp-weather-forecast-arrow {
  background: rgba(144, 144, 144, 0.4) !important;
}

.eapp-weather-forecast-arrow:hover {
  background: rgba(144, 144, 144, 0.4) !important;
}

.eapp-weather-forecast-arrow svg {
  fill: black !important;
}

Guys, if this code was helpful, please let us know in the comments :slightly_smiling_face: