templaza / astroid-framework

Powerful framework for designers and developers to create responsive, fast & robust Joomla based websites and templates.
https://astroidframe.work/
GNU General Public License v3.0
77 stars 12 forks source link

Unwanted arrow in Mega Menu #608

Open KR1275 opened 3 months ago

KR1275 commented 3 months ago

Hello,

Since the last update I see an arrow in the megamenus.

arrowmm

How do I remove this? I didn't find any new setting.

Chacapamac commented 3 months ago

Are you ”RECORDERS” Menu Item Type is a “Menu Heading”? Screen Shot 2024-03-18 at 7 35 28 AM

KR1275 commented 3 months ago

Yes, I use the right menu-item. It worked and it still works fine. It's just that there is an arrow since the last Astroid update and I want to remove it.

Chacapamac commented 3 months ago

It is weird as I have a mega menu and no Arrow. I guess you will have to find the element on your web browser inspector and hide it with an Custom CSS rule. Be sure to put the right CSS selector to hide only that specific arrow.

“element” {display: none;}

KR1275 commented 3 months ago

Thanks. I think it's gone now. Astroid changed the setting in my menus (from level 1 to 1, was changed into from 1 to endless).

SoundHunter1 commented 2 months ago

Hi @KR1275,

Dit you make these changes in the template settings or in the menu item (if possible)? At my end they are still visible and I do have the template set from 1 to all (but if I reduce to 1 than the submenu items disappear of course). I can't find the reason the arrows are visible but indeed it looks something started with the latest version.

Thank you!

KR1275 commented 1 month ago

I changed it in the template setting (not in the Joomla menu setting)

SoundHunter1 commented 1 month ago

I still haven't find out why they keep visible at my side. It is the fa-chevron-right class that creates the arrow to the right. When I change the template setting under Header --> Site menu --> End level to 2 the menu items disappear, if I set it to 3 the menu items are back but also the arrows.

Do I overlook something?