End of Support for Joomla 3 - Forum closed
How to show DJ Megamenu in the Agency template?
- nico@ikanda.be
- Offline Topic Author
- Fresh Boarder
- Posts: 8
- Thank you received: 0
How to show DJ Megamenu in the Agency template? was created by nico@ikanda.be
Posted 5 years 8 months ago #23053
Hi,
Our development server is tapscreen.eu
We want to do some fancy stuff with our menu, that's why we bought the DJ Megamenu extension.
But when we try to embed it into the Agency template, it always shows a dropdown arrow first and my actual menu below.
I want the menu to appear to the right of the IKANDA logo, in the black area.
Can you help me out, please? (I do not have a lot of CSS skills).
Thanks!
Nico
Our development server is tapscreen.eu
We want to do some fancy stuff with our menu, that's why we bought the DJ Megamenu extension.
But when we try to embed it into the Agency template, it always shows a dropdown arrow first and my actual menu below.
I want the menu to appear to the right of the IKANDA logo, in the black area.
Can you help me out, please? (I do not have a lot of CSS skills).
Thanks!
Nico
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Replied by joomlaplates on topic How to show DJ Megamenu in the Agency template?
Posted 5 years 8 months ago #23071
Hi Nico,
you cant disable the arrows, because they indictae that there are more menu items.
But you can hide them with css trick., Add this code below to your css/custom.css
you cant disable the arrows, because they indictae that there are more menu items.
But you can hide them with css trick., Add this code below to your css/custom.css
.dj-megamenu-custom176 li a.dj-up_a span.dj-drop {
padding: 0 0 0 0 !important;
}
dj-megamenu-custom176 li a.dj-up_a .arrow {
display: none !important;
}
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates