Dropdown Icon Not Loading - Question | JoomShaper

Dropdown Icon Not Loading

W

web4

Template 9 months ago

Hi

At https://www.cbdc-conference.com/ the dropdown icon is not loading anymore fater J5 migration. Any idea how to solve?

Many thx..

0
4 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 9 months ago #181538

Probably in Joomla 4 you used custom CSS code to set Font Awesome 5, please delete that. Is not needed anymore in Joomla 5.

del.gif

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 9 months ago #181533

Hi

Thanks for contacting us. Use this CSS in your custom.css file

.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a > .menu-toggler::after, body.ltr .sp-megamenu-parent > li.sp-has-child > a::after, body.ltr .sp-megamenu-parent > li.sp-has-child > span::after, .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, .offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>.nav-header>.menu-toggler:after{
      font-family: "Font Awesome 6 Free" !important;
      font-weight: 900;
}

-Regards.

0
W
web4
Accepted Answer
9 months ago #181550

Many thx for your fast reply. Both solutions worked.

But sure i just deleted the lines Font Awesome 5 custom css = PERFECT :)

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 9 months ago #181659

You are most welcome and glad to know that it works.

0