Helix Ultimate With Joomla5 Can't See The Angle-down Character In The Drop-down Menu - Question | JoomShaper

Helix Ultimate With Joomla5 Can't See The Angle-down Character In The Drop-down Menu

OS

Oscar Salerni

Helix Framework 1 year ago

Good morning, everyone, I have upgraded to joomla5 a site that has already been using the Helix Ultimate framework for years. After upgrading to joomla 5 everything works fine except that for Font Awesome 6 fonts in the megamenu. Instead of displaying me the angle-down font (f107) the site displays me a square. Inspecting with the Firefox and Chrome tools the element, it turns out that the template.css file presents a square every time it invokes an Awesome font. I tried replacing it with the code: content:"\f107"; but it does not change the situation. Thank you!

0
2 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #161024

Ciao Oscar.

We have many guides, please always check Helix FAQ section before using FORUM.

In your case ... you need only that

body.ltr .sp-megamenu-parent > li.sp-has-child > a::after, 
body.ltr .sp-megamenu-parent > li.sp-has-child > span::after {
  font-family: "Font Awesome 5 Free";}

That line:

content: "fa-solid fa-angle-down";

is TOTALLY WRONG !!! CSS Content =/= Class Name.

0
OS
Oscar Salerni
Accepted Answer
1 year ago #161046

Thank you for your reply. I solved it. There is always something to learn! Have a good day.

0