Navigation Arrows Options - Show/On-Hover

Greetings Team,

Currently the navigation arrows for the weather app are only visible on hover. It would good to have the option to have show on the widget rather than on hover. Or, have the options to switch between the two.

This would help visitors know there are more details they can see.

Thanks again for this widget. Looking forward to the new developments.

Best wishes,
mw

1 Like

Hi there, @Master_Web :wave:

We agree that it would be great to have this feature in the settings, and we’ll try to think it over :slightly_smiling_face:

As for now, you can use this CSS code to always display arrows in the widget:

.scroll-menu-arrow {
  opacity: 1;
}
1 Like

Thank you, @Max .

This works.

Is there a section in the community that provides these useful CSS tips for novices like me?

Best wishes,
mw

1 Like

Sure! Here is the CSS Codes category, where you can find the most popular solutions for different apps :slightly_smiling_face:

1 Like