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

Change Helix Ultimate Menu Item Color

DR

doug raught

Helix Framework 2 years ago

I need to change the hover color for helix ultimate investa template. I tried using the controls in the Template Styles>Presets>menu, but the control for "hover" does not work. The rest of the color controls work except for the hover.

Is there a css code that will allow me to set the color for the main menu items? The problem can be seen at: www.lifechurchcny.com/demo

Thanks.

0
3 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #137223

Hi

Thanks for contacting us. Use this custom CSS in your custom.css file

.sp-megamenu-parent>li.active>a, .sp-megamenu-parent>li.active:hover>a {
     color: #f76262 !important;
}

.sp-megamenu-parent>li:hover>a {
    color: #f76262 !important;
}

-Regards.

0
DR
doug raught
Accepted Answer
2 years ago #137276

Thankyou! ...for your reply and fixing my problem.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #137388

You are always welcome.

0