When Building An Off-canvas Menu-item With "anchors" In A Single Article, The Sub-menu's Arrow is Gone. - Question | JoomShaper

When Building An Off-canvas Menu-item With "anchors" In A Single Article, The Sub-menu's Arrow is Gone.

RP

Rene Passenier

SP Page Builder 2 days ago

Dear sir/madam, When building an off-canvas menu-item with "anchors" in a single article, the sub-menus arrow is gone. Now we see a "F105" .

This css code: .offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>.nav-header>.menu-toggler:after { font-family: "Font Awesome 6 Free" !important; } does't work.

Please help.

0
19 Answers
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 12 hours ago #220635

You crerate on wrong place, when create file on left side, select css path then create.

https://prnt.sc/4jcJjDR3jDsJ

Thanks

0
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 2 days ago #220392

Hello Rene,

Thanks for reaching out to us.

Please, use this custom csss, you may check this documentation to add custom css: https://www.joomshaper.com/documentation/helix-framework/custom-code-css-js-meta#documentation-heading-3

.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>a>.menu-toggler:after, .offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>.menu-separator>.menu-toggler:after {
    font-family: "Font Awesome 6 Free";
}

Thanks

0
RP
Rene Passenier
Accepted Answer
2 days ago #220395

Thank you.

We still have the same problem!

0
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 2 days ago #220396

Use this css:

.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a > .menu-toggler:after,
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > .menu-separator > .menu-toggler:after {
    font-family: "Font Awesome 6 Free";
}

Thanks

0
RP
Rene Passenier
Accepted Answer
2 days ago #220398

Thanks ---only we still have the same issue!

0
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 1 day ago #220483

Could you please share temporary administrator access to your Joomla backend? You can provide the credentials securely in the hidden content section. Also, please take a full backup of your site before we make any changes.

Once I have access, I’ll investigate further and see what’s causing the issue. Let me know once you’ve shared the details!

Best regards,

0
RP
Rene Passenier
Accepted Answer
1 day ago #220497

Thank you!

0
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 1 day ago #220500

Credentials seems to be wrong.

Thanks

0
RP
Rene Passenier
Accepted Answer
1 day ago #220501

See hidden content. Thanks

0
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 1 day ago #220508

Still same.

Thanks

0
RP
Rene Passenier
Accepted Answer
1 day ago #220535

See hidden content.

0
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 17 hours ago #220603

Please, share a screencast of login from your side.

So, that we can ensure if there is any misunderstanding or not.

Best regards,

0
RP
Rene Passenier
Accepted Answer
14 hours ago #220615

See hidden content

0
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 13 hours ago #220627

Take screenshot and uplod here: https://prnt.sc/ then share the link with me.

Thanks

0
RP
Rene Passenier
Accepted Answer
13 hours ago #220630

See hidden co

0
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 13 hours ago #220633

Use this css, by creating a file here, then paste code in this new custom css file.

.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a > .menu-toggler:after, .offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > .menu-separator > .menu-toggler:after {
    font-family: "Font Awesome 6 Free" !important;
}

Thanks

0
RP
Rene Passenier
Accepted Answer
13 hours ago #220634

Thank you. See hidden content

0
RP
Rene Passenier
Accepted Answer
12 hours ago #220636

Yes, this works. Thanks!!

0
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 12 hours ago #220637

You are welcome.

0