Colored row drop-down menu

More
2 years 8 months ago #49018 by brandt.uwe
Hello, I would like to design the dropdown menu in the sportal template in such a way that the respective line appears in color when you mouse over it. Currently only the font in the line changes color. Is it possible to change that?

Please Log in to join the conversation.

  • milos
    Support Staff
  • Moderator
  • Moderator
More
2 years 8 months ago #49021 by milos
Replied by milos on topic Colored row drop-down menu
Hello,

You can try adding this CSS code:
Code:
div.navh_submenu:hover { background: #000000; }

Change black color #000000 with a color of your choice.

Regards,
Milos

Please Log in to join the conversation.

More
2 years 8 months ago #49024 by brandt.uwe
Unfortunately, this did not lead to any result. Is there any other option?
My page:
" test.brandt-uwe.de "

Please Log in to join the conversation.

  • milos
    Support Staff
  • Moderator
  • Moderator
More
2 years 8 months ago #49025 by milos
Replied by milos on topic Colored row drop-down menu
Yes, it works and it changes the color to black. Clear the browser cache. Whenever you think there's no something that should be there, clear the browser's cache.

Thanks

Please Log in to join the conversation.

More
2 years 8 months ago #49026 by brandt.uwe
Hello Milos,
the mouseover code changes the top menu color in the second level.
I want to change the rows in the "Third Level" from the dropdown menu as a mouseover effect.
If it is possible! Thank you for your commitment!

My Page: test.brandt-uwe.de

Please Log in to join the conversation.

  • milos
    Support Staff
  • Moderator
  • Moderator
More
2 years 8 months ago #49028 by milos
Replied by milos on topic Colored row drop-down menu
Hello,

For the thind level try this:
Code:
div.navh_submenu ul > li > ul > li:hover { background: #000; padding-left: 10px; }

Regards,
Milos

Please Log in to join the conversation.

Time to create page: 0.244 seconds
Powered by Kunena Forum