Submenu Items Don't Appear In The Offcanvas Menu - Question | JoomShaper

Submenu Items Don't Appear In The Offcanvas Menu

RV

Raffaele Viola

Helix Framework 2 weeks ago

With the megamenu, the submenu items don't appear in the offcanvas menu. How can I make them appear, at least in the normal menu?

0
5 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 weeks ago #217607

add also that line to see arrow

.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a > .menu-toggler,
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > .menu-separator > .menu-toggler
{color: white;}

submenu was visible, but becuase of dark color you couldn't see menu items names, like walking in the fog or night.

0
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 2 weeks ago #217603

Hello Viola,

Thanks for reaching out to us.

Please, share your website url with me.

Thanks

0
RV
Raffaele Viola
Accepted Answer
2 weeks ago #217604

ok, hidden

0
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 2 weeks ago #217606

Please, use this custom css into your template options -> custom code -> css, you may check this documentation to add custom code: https://www.joomshaper.com/documentation/helix-framework/custom-code-css-js-meta

.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent.menu-parent-open>a>.menu-toggler:after, .offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent.menu-parent-open>.menu-separator>.menu-toggler:after {
    color: white;
}
.offcanvas-menu .offcanvas-inner ul.menu>li li a {
    color: rgb(178 178 178);
}

Thanks

0
RV
Raffaele Viola
Accepted Answer
2 weeks ago #217609

perfect, many thanks so much to both of you

0