I Need To Change My Hover Color - Question | JoomShaper

I Need To Change My Hover Color

CH

Charley Hankins

Template 3 years ago

Using helix ultimate.

On my menu, my active color is just fine.

.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a { color: #8a2228; }

However, my hover color is not what I want. How do I change that?

I tried the following with no success:

.sp-megamenu-parent .sp-dropdown li.sp-menu-item.hover > a { color: #8a2228; }

Thanks, CH

0
4 Answers
Muntasir Sakib
Muntasir Sakib
Accepted Answer
Support Agent 3 years ago #14019

Hello there,

You can change the hover colour using this CSS code.

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
    color: #0345bf;
}

Thank you!

0
CH
Charley Hankins
Accepted Answer
3 years ago #14020

Worked like a champ!

Thanks so much!

CH

0
Muntasir Sakib
Muntasir Sakib
Accepted Answer
Support Agent 3 years ago #14021

You are always welcome.

0
ML
Michael Lin
Accepted Answer
1 year ago #68089

I also add this code but does not work on Finion template. I need the background of the menu hover. How to do this on finion template j4?

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover { color: #E3170A; }

0