Mega menu dropdown menu item shows on loading how to hide a dropdown menu item in magento 2 The Next CEO of Stack OverflowMagento2.1.9 how to retrieve the “category” with the messy mega menu, i had mess up a webisteCustom mega menu by overriding Topmenu.phpVenustheme Megamenu - Cat page left-side doesn't work on mobileHow to override a phtml from extension?Mega menu issue with product zoommega menu categoriesMagento 2 dropdown on hover menu issueMagento 2 Mega menuHow to display category image in topmenu navigation in magento 2MegaMenu - create menu items in bulk

Could a dragon use its wings to swim?

In the "Harry Potter and the Order of the Phoenix" video game, what potion is used to sabotage Umbridge's speakers?

How to use ReplaceAll on an expression that contains a rule

Physiological effects of huge anime eyes

"Eavesdropping" vs "Listen in on"

Why is information "lost" when it got into a black hole?

A question about free fall, velocity, and the height of an object.

Decide between Polyglossia and Babel for LuaLaTeX in 2019

Expressing the idea of having a very busy time

Is it correct to say moon starry nights?

Man transported from Alternate World into ours by a Neutrino Detector

Reference request: Grassmannian and Plucker coordinates in type B, C, D

Are the names of these months realistic?

What flight has the highest ratio of timezone difference to flight time?

Airplane gently rocking its wings during whole flight

Players Circumventing the limitations of Wish

What would be the main consequences for a country leaving the WTO?

Is dried pee considered dirt?

Easy to read palindrome checker

Reshaping json / reparing json inside shell script (remove trailing comma)

It is correct to match light sources with the same color temperature?

How to get the last not-null value in an ordered column of a huge table?

What CSS properties can the br tag have?

Aggressive Under-Indexing and no data for missing index



Mega menu dropdown menu item shows on loading how to hide a dropdown menu item in magento 2



The Next CEO of Stack OverflowMagento2.1.9 how to retrieve the “category” with the messy mega menu, i had mess up a webisteCustom mega menu by overriding Topmenu.phpVenustheme Megamenu - Cat page left-side doesn't work on mobileHow to override a phtml from extension?Mega menu issue with product zoommega menu categoriesMagento 2 dropdown on hover menu issueMagento 2 Mega menuHow to display category image in topmenu navigation in magento 2MegaMenu - create menu items in bulk










-2















Mega menu shows on loading in frontend magento 2 i want to hide on loading



enter image description here










share|improve this question
























  • check this stackoverflow.com/a/30305060 and add your menu id in css

    – Rakesh Donga
    yesterday












  • no its not working @rakesh

    – divya sekar
    yesterday
















-2















Mega menu shows on loading in frontend magento 2 i want to hide on loading



enter image description here










share|improve this question
























  • check this stackoverflow.com/a/30305060 and add your menu id in css

    – Rakesh Donga
    yesterday












  • no its not working @rakesh

    – divya sekar
    yesterday














-2












-2








-2








Mega menu shows on loading in frontend magento 2 i want to hide on loading



enter image description here










share|improve this question
















Mega menu shows on loading in frontend magento 2 i want to hide on loading



enter image description here







megamenu






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited yesterday







divya sekar

















asked yesterday









divya sekardivya sekar

33414




33414












  • check this stackoverflow.com/a/30305060 and add your menu id in css

    – Rakesh Donga
    yesterday












  • no its not working @rakesh

    – divya sekar
    yesterday


















  • check this stackoverflow.com/a/30305060 and add your menu id in css

    – Rakesh Donga
    yesterday












  • no its not working @rakesh

    – divya sekar
    yesterday

















check this stackoverflow.com/a/30305060 and add your menu id in css

– Rakesh Donga
yesterday






check this stackoverflow.com/a/30305060 and add your menu id in css

– Rakesh Donga
yesterday














no its not working @rakesh

– divya sekar
yesterday






no its not working @rakesh

– divya sekar
yesterday











2 Answers
2






active

oldest

votes


















0














try this way...



<ul style="display:none"></ul>





share|improve this answer

























  • i will try and update you @rakesh

    – divya sekar
    yesterday











  • it hides a entire nav bar @rakesh

    – divya sekar
    yesterday











  • @divyasekar i have updated my answer

    – Rakesh Donga
    yesterday











  • i will check it and tell u

    – divya sekar
    yesterday











  • your previous answer worked for me @rakesh

    – divya sekar
    yesterday


















0














You can hide it using CSS. Add this in your custom CSS and this will hide the menu during onload event of the body:



ul.dropdown-menu.fullwidth.ui-menu.ui-widget.ui-widget-content.ui-corner-all 
display:none !important;






share|improve this answer























  • i will try and update you @magefms

    – divya sekar
    yesterday











  • okay I hope it will work for you.

    – magefms
    yesterday











Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "479"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f268029%2fmega-menu-dropdown-menu-item-shows-on-loading-how-to-hide-a-dropdown-menu-item-i%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























2 Answers
2






active

oldest

votes








2 Answers
2






active

oldest

votes









active

oldest

votes






active

oldest

votes









0














try this way...



<ul style="display:none"></ul>





share|improve this answer

























  • i will try and update you @rakesh

    – divya sekar
    yesterday











  • it hides a entire nav bar @rakesh

    – divya sekar
    yesterday











  • @divyasekar i have updated my answer

    – Rakesh Donga
    yesterday











  • i will check it and tell u

    – divya sekar
    yesterday











  • your previous answer worked for me @rakesh

    – divya sekar
    yesterday















0














try this way...



<ul style="display:none"></ul>





share|improve this answer

























  • i will try and update you @rakesh

    – divya sekar
    yesterday











  • it hides a entire nav bar @rakesh

    – divya sekar
    yesterday











  • @divyasekar i have updated my answer

    – Rakesh Donga
    yesterday











  • i will check it and tell u

    – divya sekar
    yesterday











  • your previous answer worked for me @rakesh

    – divya sekar
    yesterday













0












0








0







try this way...



<ul style="display:none"></ul>





share|improve this answer















try this way...



<ul style="display:none"></ul>






share|improve this answer














share|improve this answer



share|improve this answer








edited yesterday









divya sekar

33414




33414










answered yesterday









Rakesh DongaRakesh Donga

2,258316




2,258316












  • i will try and update you @rakesh

    – divya sekar
    yesterday











  • it hides a entire nav bar @rakesh

    – divya sekar
    yesterday











  • @divyasekar i have updated my answer

    – Rakesh Donga
    yesterday











  • i will check it and tell u

    – divya sekar
    yesterday











  • your previous answer worked for me @rakesh

    – divya sekar
    yesterday

















  • i will try and update you @rakesh

    – divya sekar
    yesterday











  • it hides a entire nav bar @rakesh

    – divya sekar
    yesterday











  • @divyasekar i have updated my answer

    – Rakesh Donga
    yesterday











  • i will check it and tell u

    – divya sekar
    yesterday











  • your previous answer worked for me @rakesh

    – divya sekar
    yesterday
















i will try and update you @rakesh

– divya sekar
yesterday





i will try and update you @rakesh

– divya sekar
yesterday













it hides a entire nav bar @rakesh

– divya sekar
yesterday





it hides a entire nav bar @rakesh

– divya sekar
yesterday













@divyasekar i have updated my answer

– Rakesh Donga
yesterday





@divyasekar i have updated my answer

– Rakesh Donga
yesterday













i will check it and tell u

– divya sekar
yesterday





i will check it and tell u

– divya sekar
yesterday













your previous answer worked for me @rakesh

– divya sekar
yesterday





your previous answer worked for me @rakesh

– divya sekar
yesterday













0














You can hide it using CSS. Add this in your custom CSS and this will hide the menu during onload event of the body:



ul.dropdown-menu.fullwidth.ui-menu.ui-widget.ui-widget-content.ui-corner-all 
display:none !important;






share|improve this answer























  • i will try and update you @magefms

    – divya sekar
    yesterday











  • okay I hope it will work for you.

    – magefms
    yesterday















0














You can hide it using CSS. Add this in your custom CSS and this will hide the menu during onload event of the body:



ul.dropdown-menu.fullwidth.ui-menu.ui-widget.ui-widget-content.ui-corner-all 
display:none !important;






share|improve this answer























  • i will try and update you @magefms

    – divya sekar
    yesterday











  • okay I hope it will work for you.

    – magefms
    yesterday













0












0








0







You can hide it using CSS. Add this in your custom CSS and this will hide the menu during onload event of the body:



ul.dropdown-menu.fullwidth.ui-menu.ui-widget.ui-widget-content.ui-corner-all 
display:none !important;






share|improve this answer













You can hide it using CSS. Add this in your custom CSS and this will hide the menu during onload event of the body:



ul.dropdown-menu.fullwidth.ui-menu.ui-widget.ui-widget-content.ui-corner-all 
display:none !important;







share|improve this answer












share|improve this answer



share|improve this answer










answered yesterday









magefmsmagefms

2,1352426




2,1352426












  • i will try and update you @magefms

    – divya sekar
    yesterday











  • okay I hope it will work for you.

    – magefms
    yesterday

















  • i will try and update you @magefms

    – divya sekar
    yesterday











  • okay I hope it will work for you.

    – magefms
    yesterday
















i will try and update you @magefms

– divya sekar
yesterday





i will try and update you @magefms

– divya sekar
yesterday













okay I hope it will work for you.

– magefms
yesterday





okay I hope it will work for you.

– magefms
yesterday

















draft saved

draft discarded
















































Thanks for contributing an answer to Magento Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f268029%2fmega-menu-dropdown-menu-item-shows-on-loading-how-to-hide-a-dropdown-menu-item-i%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Wikipedia:Vital articles Мазмуну Biography - Өмүр баян Philosophy and psychology - Философия жана психология Religion - Дин Social sciences - Коомдук илимдер Language and literature - Тил жана адабият Science - Илим Technology - Технология Arts and recreation - Искусство жана эс алуу History and geography - Тарых жана география Навигация менюсу

Bruxelas-Capital Índice Historia | Composición | Situación lingüística | Clima | Cidades irmandadas | Notas | Véxase tamén | Menú de navegacióneO uso das linguas en Bruxelas e a situación do neerlandés"Rexión de Bruxelas Capital"o orixinalSitio da rexiónPáxina de Bruselas no sitio da Oficina de Promoción Turística de Valonia e BruxelasMapa Interactivo da Rexión de Bruxelas-CapitaleeWorldCat332144929079854441105155190212ID28008674080552-90000 0001 0666 3698n94104302ID540940339365017018237

What should I write in an apology letter, since I have decided not to join a company after accepting an offer letterShould I keep looking after accepting a job offer?What should I do when I've been verbally told I would get an offer letter, but still haven't gotten one after 4 weeks?Do I accept an offer from a company that I am not likely to join?New job hasn't confirmed starting date and I want to give current employer as much notice as possibleHow should I address my manager in my resignation letter?HR delayed background verification, now jobless as resignedNo email communication after accepting a formal written offer. How should I phrase the call?What should I do if after receiving a verbal offer letter I am informed that my written job offer is put on hold due to some internal issues?Should I inform the current employer that I am about to resign within 1-2 weeks since I have signed the offer letter and waiting for visa?What company will do, if I send their offer letter to another company