Kidzy Off Canvas Sub Menu Items Not Showing - Question | JoomShaper

Kidzy Off Canvas Sub Menu Items Not Showing

Claire Haas

Claire Haas

Template 11 months ago

Hi,

I am having a problem with Menu Headings not showing the Sub Menu Items in the Off Canvas Menu. Details in the Hidden Content below.

How can I fix this please?

Also, how can I change the Menu Heading font colour please?

Kind regards Claire :-)

0
8 Answers
Claire Haas
Claire Haas
Accepted Answer
11 months ago #176325

No, the problem is still there in the background. I made a workaround the problem by creating a 2nd menu for offcanvas without Sub Menu Items. Ideally Sub Menu Items should work, but they don't. Probably a javascript conflict with another plugin, but the workaround works so I will leave it like that.

Thank you anyway :-)

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 11 months ago #176354

You are welcome.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 11 months ago #176071

Hi

Thanks for contacting us. Do you want to change this menu font color? You can then use this CSS in your custom.css file

.offcanvas-menu .offcanvas-inner ul.nav>li:nth-child(n)>a{
  color: green !important;
}
0
Claire Haas
Claire Haas
Accepted Answer
11 months ago #176075

No, those are fine. It is the Menu Headings (in grey) that don't work at all, they don't show the Sub Menu Items under them. I need them to show the Sub Menu Items.

It is also these Menu Headings that I want to change colour from grey to something more fun.

Kind regards Claire :-)

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 11 months ago #176076

Ok then use this CSS

span.mod-menu__heading.nav-header{
  color: green !important;
}
0
Claire Haas
Claire Haas
Accepted Answer
11 months ago #176078

Thank you, this changes the colour but it does not fix the Menu Headings. They do not work, they do not show the Sub Menu Items that are under them.

kind regards Claire :-)

0
Claire Haas
Claire Haas
Accepted Answer
11 months ago #176081

How can I fix the Menu Headings please? They don't work, I cannot click on them to see the Sub Menu Items :-(.

kind regards Claire :-)

Update: it is not ideal but I have had to create a new Menu specifically for the Off Canvas position without using Sub Menu Items.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 11 months ago #176217

Sorry for the late reply. Yes, you can do it.

Did your problem solve? You can then close this post by accepting the answer.

0