Wrong Color On Active Sub Menu - Question | JoomShaper

Wrong Color On Active Sub Menu

Laurent

Laurent

Helix Framework 1 year ago

Hi,

I'm using the new option from helix to modify menu's css : https://www.screenpresso.com/fr/cloud/V7yNe/ But when a submenu link is clicked, all the sub items are with the same color, see here : https://www.screenpresso.com/fr/cloud/tK5pe/

Normally, only the clicked item should be red and not all others.

Whats' wrong?

thx L.

0
21 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #109388

I have checked your site. There is no option separately to do this. If you set the CSS

.offcanvas-menu .offcanvas-inner ul.menu li.active a {
    color: #fff !important;
}

Then it means it will give the color which is active. That's why when it active then the whole thing have the same color. Sorry no option available.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #108081

Hi

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

-Regards.

0
Laurent
Laurent
Accepted Answer
1 year ago #108089

see Hidden Content area

0
Laurent
Laurent
Accepted Answer
1 year ago #108177

any idea?

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #108229

It seems Ok on my end. Could you please check again?

https://prnt.sc/vSUgZ6sFMJgL

0
Laurent
Laurent
Accepted Answer
1 year ago #108252

no, because If you click on AUTOS or MOTOS, all the items becomes red.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #108442

Which browser are you using? It seems ok in my end.

Screenshot 2023-03-09 at 8.15.51 PM.png

0
Laurent
Laurent
Accepted Answer
1 year ago #108445

it is only from mobile phone, not from a computer. try and you will see.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #108607

After applying this CSS it should work. Please see my screenshot below:

https://prnt.sc/Po0Qqp7LqsBL

body.ltr .offcanvas-menu .offcanvas-inner ul.menu>li ul a{
    color:white !important;
}

Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

0
Laurent
Laurent
Accepted Answer
1 year ago #108610

does not work. now, when the link is active, every links are white.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #108807

Give me a screencast of your issue please.

0
Laurent
Laurent
Accepted Answer
1 year ago #108814

ok done. see Hidden Content area.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #108991

Could you please check your site? I cant access on that.

https://prnt.sc/MiSoeQiuUCtB

0
Laurent
Laurent
Accepted Answer
1 year ago #108998

sorry, url has changed, see Hidden Content area.

0
Laurent
Laurent
Accepted Answer
1 year ago #109055

any idea?

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #109123

Use this CSS in your custom.css file

.offcanvas-menu .offcanvas-inner ul.menu>li li a {
    color: #fff !important;
}
0
Laurent
Laurent
Accepted Answer
1 year ago #109126

already done, same problem.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #109250

Give me your super admin access please, I need to check.

0
Laurent
Laurent
Accepted Answer
1 year ago #109252

ok done see Hidden Content area.

0
Laurent
Laurent
Accepted Answer
1 year ago #109413

could you ask dev team to add it? because does not make sense to display all the sub items with the same color when an item is active.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #109639

Ok will do.

0