Setting Menu Colors does Not Work - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Setting Menu Colors does Not Work

SC

Sion Creativos

Helix Framework 2 years ago

I have changed the active and hover colors for the main menu, but this not work, the color is always white, in the example the text "Gestión Ambiental" should appear in gold and it does not work.

https://ibb.co/19dzNDc

0
7 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #129870

Use this custom CSS

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

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

.sp-megamenu-parent>li>a:hover{
     color: #a57911 !important;
}
0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #129601

Hi

Thanks for contacting us. Could you please give me your site URL? So that I can check.

-Regards.

0
SC
Sion Creativos
Accepted Answer
2 years ago #129726

Please check, the access data is the same as the one I already provided you.

0
SC
Sion Creativos
Accepted Answer
2 years ago #130145

It works great in the menu, do you know how I can adapt it to the submenu items too?

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

Ok for this case, use this CSS

.sp-megamenu-parent .sp-dropdown li.sp-menu-item a:hover{
  color: #a57911 !important;
}
0
SC
Sion Creativos
Accepted Answer
2 years ago #130287

Fabulous, thank you.

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

You are most welcome.

0