• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Fred
  • Private: No
  • Open Date: 19.01.23, 16:01
  • Opened by: Sylvain Duval
  • Closed by: Anonymous Submitter
  • Closed on:
  • Reason: Not a bug

Ticket #24183 - Menu hover

Hello,

Could you please tell me how to add a hover on menu.
For now, color stay the same on hover or not but it is not really user friendly.

Thanks

Comments

Fred 19 Jan 2023, 19:37

Try following CSS code

#top-menu > li:hover > a {color:#f00 !important}
Sylvain Duval 20 Jan 2023, 09:03

Perfect, thanks !

Fred 20 Jan 2023, 09:38

You are welcome!