BUG With Active Link Color On Mobile Menu - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

BUG With Active Link Color On Mobile Menu

Laurent

Laurent

Helix Framework 2 years ago

Hi,

I have found a bug on active link color on mobile menu. When I click on link number 1, then all other links takes the same active color.

See here : https://www.screenpresso.com/=DFcYf

Could you please fix it?

Thanks L.

0
11 Answers
R
Rein
Accepted Answer
2 years ago #120754

Hi Laurent & Mehtaz,

This is known problem already and should be fixed in the next update Paul answered in the thread were I mentioned this bug. It is present since version 2.0.12 See this post: https://www.joomshaper.com/forum/question/25185

Regards, Rein

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

Thanks for the information.

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

Hi

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

-Regards.

0
Laurent
Laurent
Accepted Answer
2 years ago #120609

see Hidden Content area.

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

Use this CSS in your custom.css file


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

.offcanvas-menu .offcanvas-inner ul.menu>li a:hover, .offcanvas-menu .offcanvas-inner ul.menu>li a:focus, .offcanvas-menu .offcanvas-inner ul.menu>li span:hover, .offcanvas-menu .offcanvas-inner ul.menu>li span:focus {
    color: #cf8000 !important;
}

0
Laurent
Laurent
Accepted Answer
2 years ago #120614

I have added this code. works but now, when a link is clicked, the active color has gone.

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

Isn't it ok? You want this feature right?

0
Laurent
Laurent
Accepted Answer
2 years ago #120674

Yes this feature seems to be logic indeed.

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

It is ok right?

0
Laurent
Laurent
Accepted Answer
2 years ago #120724

no, does not work for the moment

0
Laurent
Laurent
Accepted Answer
2 years ago #120845

thanks

0