- Posts: 33
- Thank you received: 0
Colored row drop-down menu
-
brandt.uwe
Inactive member - Topic Author
- Member
Less
More
2 years 8 months ago #49018
by brandt.uwe
Colored row drop-down menu was created 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
Less
More
- Posts: 6742
- Thank you received: 715
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:
Change black color #000000 with a color of your choice.
Regards,
Milos
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.
-
brandt.uwe
Inactive member - Topic Author
- Member
Less
More
- Posts: 33
- Thank you received: 0
2 years 8 months ago #49024
by brandt.uwe
Replied by brandt.uwe on topic Colored row drop-down menu
Unfortunately, this did not lead to any result. Is there any other option?
My page:
" test.brandt-uwe.de "
My page:
" test.brandt-uwe.de "
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6742
- Thank you received: 715
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
Thanks
Please Log in to join the conversation.
-
brandt.uwe
Inactive member - Topic Author
- Member
Less
More
- Posts: 33
- Thank you received: 0
2 years 8 months ago #49026
by brandt.uwe
Replied by brandt.uwe on topic Colored row drop-down menu
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
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
Less
More
- Posts: 6742
- Thank you received: 715
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:
Regards,
Milos
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