End of Support for Joomla 3 - Forum closed

How to show DJ Megamenu in the Agency template?

How to show DJ Megamenu in the Agency template? was created by nico@ikanda.be

Posted 7 years 3 weeks 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

Please Log in or Create an account to join the conversation.

Replied by joomlaplates on topic How to show DJ Megamenu in the Agency template?

Posted 7 years 3 weeks 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

.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;
}

Please Log in or Create an account to join the conversation.

Moderators: joomlaplates
Powered by Kunena Forum