Highlight Menu Item In Color - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Highlight Menu Item In Color

D

daniel

Helix Framework 4 years ago

Hello, everyone I've been sitting here for a few days with a problem that I can't solve. I want to display the menu in full color by hovering over the selected menu item. It works that way, but I need the full width of the menu window
Thank you for your time - Daniel

P.S.: Why the hell can't you attach a simple screenshot here ?? Something like Editor -> Insert Image does not appear here :-(

0
6 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 4 years ago #44034

Hello daniel

Please share a screenshot of your issue to understand it better. Take a screenshot and share via any platform. For example: Lightshot or Imgur

Best regards

0
D
daniel
Accepted Answer
4 years ago #44039

Here my Screenshot, i hope it works :-)

https://prnt.sc/20gl7w9

0
Pavel
Pavel
Accepted Answer
4 years ago #44049

Hi. Try this

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    padding: 0;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
    display: block;
    padding: 15px 20px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a:hover {
    background-color: #a4ccef;
}
0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 4 years ago #44052

daniel, please try the CSS tip from Pavel. It should work.

0
D
daniel
Accepted Answer
4 years ago #44082

Great, it works :-) :-) :-)

Thank you very much, you save my Day:-)

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 4 years ago #44099

You are welcome. Thanks to Pavel.

0