Navigation Arrows Customization

Greetings Team,

It would be great to be able to customize the colours on the navigation arrows on the weather widget. It would be similar the options available for the testimonial widget attached. At the moment you’re barely able to see the navigation arrows on hover, when using the theme image with animation like attached.

Thanks again for this widget, and I look forward to all the new developments.

Best wishes,
mw


1 Like

Hi there, @Master_Web :wave:

This is a nice idea, and we’ll try to think about adding this setting in the future.

In the meantime, you can change the arrow color using these codes in the Custom CSS field on the Style tab of your widget’s settings:

  1. Change background color of the arrows
.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;
}
  1. Change arrow color:
.eapp-weather-forecast-arrow svg {
  fill: black !important;
}
1 Like

Thank you @Max. I’ll try it out and let you know.

1 Like

So @Max, I tried it and it worked. Thanks. I look forward to the option to have the arrows visible without the need to hover.

Best wishes,
mw

1 Like