How can I hide the store switcher Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Magento 2 Remove language switcherHow to move store swicther after header links in magento 2Magento 2 - Remove Currency SwitcherHow do I replace the standard language switcher with flags? Magento 2.1.0Magento 2 : Store Switcher In admin not workingMagento 2: How to move currency switcherHow can I add fields on the registration form?how to add currency switcher dropdown in magento2 custom headerMagento 2 store switcher - store cookie not changing because of full page cacheMagento 2 How can I hide the price and total from cart and checkout summary?

Coin Game with infinite paradox

What is the ongoing value of the Kanban board to the developers as opposed to management

2 sample t test for sample sizes - 30,000 and 150,000

Why did Israel vote against lifting the American embargo on Cuba?

A German immigrant ancestor has a "Registration Affidavit of Alien Enemy" on file. What does that mean exactly?

Marquee sign letters

Lights are flickering on and off after accidentally bumping into light switch

How to mute a string and play another at the same time

Is there a verb for listening stealthily?

Married in secret, can marital status in passport be changed at a later date?

If gravity precedes the formation of a solar system, where did the mass come from that caused the gravity?

Why did Bronn offer to be Tyrion Lannister's champion in trial by combat?

Recursive calls to a function - why is the address of the parameter passed to it lowering with each call?

Can a Wizard take the Magic Initiate feat and select spells from the Wizard list?

Converting a text document with special format to Pandas DataFrame

Why are two-digit numbers in Jonathan Swift's "Gulliver's Travels" (1726) written in "German style"?

Can I ask an author to send me his ebook?

Knights and Knaves question

Why aren't road bike wheels tiny?

Has a Nobel Peace laureate ever been accused of war crimes?

When speaking, how do you change your mind mid-sentence?

How to break 信じようとしていただけかも知れない into separate parts?

How to create a command for the "strange m" symbol in latex?

Why is one lightbulb in a string illuminated?



How can I hide the store switcher



Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)
Announcing the arrival of Valued Associate #679: Cesar Manara
Unicorn Meta Zoo #1: Why another podcast?Magento 2 Remove language switcherHow to move store swicther after header links in magento 2Magento 2 - Remove Currency SwitcherHow do I replace the standard language switcher with flags? Magento 2.1.0Magento 2 : Store Switcher In admin not workingMagento 2: How to move currency switcherHow can I add fields on the registration form?how to add currency switcher dropdown in magento2 custom headerMagento 2 store switcher - store cookie not changing because of full page cacheMagento 2 How can I hide the price and total from cart and checkout summary?



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








3















I want to hide the store switcher of the top of my page.
I'm using Magento 2.1.9
How can I do this?
enter image description here










share|improve this question



















  • 1





    Are you talking about default theme or any purchased template

    – Aman Alam
    Dec 13 '17 at 16:47











  • I updated the post. I'm using a purchased template called "Everything". So I guess I have to ask the template creator?

    – Núria
    Dec 13 '17 at 16:49







  • 1





    You can use this solution add this line <referenceBlock name="store_language" remove="true"/> in /app/design/frontend/YourPackage/YourTheme/Magento_Theme/layout/default.xml

    – Aman Alam
    Dec 13 '17 at 16:53

















3















I want to hide the store switcher of the top of my page.
I'm using Magento 2.1.9
How can I do this?
enter image description here










share|improve this question



















  • 1





    Are you talking about default theme or any purchased template

    – Aman Alam
    Dec 13 '17 at 16:47











  • I updated the post. I'm using a purchased template called "Everything". So I guess I have to ask the template creator?

    – Núria
    Dec 13 '17 at 16:49







  • 1





    You can use this solution add this line <referenceBlock name="store_language" remove="true"/> in /app/design/frontend/YourPackage/YourTheme/Magento_Theme/layout/default.xml

    – Aman Alam
    Dec 13 '17 at 16:53













3












3








3


1






I want to hide the store switcher of the top of my page.
I'm using Magento 2.1.9
How can I do this?
enter image description here










share|improve this question
















I want to hide the store switcher of the top of my page.
I'm using Magento 2.1.9
How can I do this?
enter image description here







magento2






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Dec 13 '17 at 16:49







Núria

















asked Dec 13 '17 at 16:34









NúriaNúria

68113




68113







  • 1





    Are you talking about default theme or any purchased template

    – Aman Alam
    Dec 13 '17 at 16:47











  • I updated the post. I'm using a purchased template called "Everything". So I guess I have to ask the template creator?

    – Núria
    Dec 13 '17 at 16:49







  • 1





    You can use this solution add this line <referenceBlock name="store_language" remove="true"/> in /app/design/frontend/YourPackage/YourTheme/Magento_Theme/layout/default.xml

    – Aman Alam
    Dec 13 '17 at 16:53












  • 1





    Are you talking about default theme or any purchased template

    – Aman Alam
    Dec 13 '17 at 16:47











  • I updated the post. I'm using a purchased template called "Everything". So I guess I have to ask the template creator?

    – Núria
    Dec 13 '17 at 16:49







  • 1





    You can use this solution add this line <referenceBlock name="store_language" remove="true"/> in /app/design/frontend/YourPackage/YourTheme/Magento_Theme/layout/default.xml

    – Aman Alam
    Dec 13 '17 at 16:53







1




1





Are you talking about default theme or any purchased template

– Aman Alam
Dec 13 '17 at 16:47





Are you talking about default theme or any purchased template

– Aman Alam
Dec 13 '17 at 16:47













I updated the post. I'm using a purchased template called "Everything". So I guess I have to ask the template creator?

– Núria
Dec 13 '17 at 16:49






I updated the post. I'm using a purchased template called "Everything". So I guess I have to ask the template creator?

– Núria
Dec 13 '17 at 16:49





1




1





You can use this solution add this line <referenceBlock name="store_language" remove="true"/> in /app/design/frontend/YourPackage/YourTheme/Magento_Theme/layout/default.xml

– Aman Alam
Dec 13 '17 at 16:53





You can use this solution add this line <referenceBlock name="store_language" remove="true"/> in /app/design/frontend/YourPackage/YourTheme/Magento_Theme/layout/default.xml

– Aman Alam
Dec 13 '17 at 16:53










2 Answers
2






active

oldest

votes


















3














Under



/public_html/app/design/frontend/vendor/theme/Magento_Theme/web/css/source


you create a file called:_extend.less



add this code in it:



.switcher select

display:none



Clear your cache afterwards and it should works.
If it doesn't, maybe the CSS Selector is wrong, so you have to find the correct one.



The effect of this addition is that the Language switcher will not be rendered, it will still get loaded by your Magento.






share|improve this answer























  • Easiest tweak ! Good

    – Manoj Deswal
    Dec 14 '17 at 5:06


















0














For Magento 2 you can disable it via your customer theme folder. In your file app/design/frontend///Magento_Theme/layout/default.xml you can add the line between the tag



...
<body>
<referenceBlock name="store_switcher" remove="true"/>
...


Flush the cache afterwards.






share|improve this answer























    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%2f205694%2fhow-can-i-hide-the-store-switcher%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









    3














    Under



    /public_html/app/design/frontend/vendor/theme/Magento_Theme/web/css/source


    you create a file called:_extend.less



    add this code in it:



    .switcher select

    display:none



    Clear your cache afterwards and it should works.
    If it doesn't, maybe the CSS Selector is wrong, so you have to find the correct one.



    The effect of this addition is that the Language switcher will not be rendered, it will still get loaded by your Magento.






    share|improve this answer























    • Easiest tweak ! Good

      – Manoj Deswal
      Dec 14 '17 at 5:06















    3














    Under



    /public_html/app/design/frontend/vendor/theme/Magento_Theme/web/css/source


    you create a file called:_extend.less



    add this code in it:



    .switcher select

    display:none



    Clear your cache afterwards and it should works.
    If it doesn't, maybe the CSS Selector is wrong, so you have to find the correct one.



    The effect of this addition is that the Language switcher will not be rendered, it will still get loaded by your Magento.






    share|improve this answer























    • Easiest tweak ! Good

      – Manoj Deswal
      Dec 14 '17 at 5:06













    3












    3








    3







    Under



    /public_html/app/design/frontend/vendor/theme/Magento_Theme/web/css/source


    you create a file called:_extend.less



    add this code in it:



    .switcher select

    display:none



    Clear your cache afterwards and it should works.
    If it doesn't, maybe the CSS Selector is wrong, so you have to find the correct one.



    The effect of this addition is that the Language switcher will not be rendered, it will still get loaded by your Magento.






    share|improve this answer













    Under



    /public_html/app/design/frontend/vendor/theme/Magento_Theme/web/css/source


    you create a file called:_extend.less



    add this code in it:



    .switcher select

    display:none



    Clear your cache afterwards and it should works.
    If it doesn't, maybe the CSS Selector is wrong, so you have to find the correct one.



    The effect of this addition is that the Language switcher will not be rendered, it will still get loaded by your Magento.







    share|improve this answer












    share|improve this answer



    share|improve this answer










    answered Dec 13 '17 at 16:55









    Thomas MeierThomas Meier

    334110




    334110












    • Easiest tweak ! Good

      – Manoj Deswal
      Dec 14 '17 at 5:06

















    • Easiest tweak ! Good

      – Manoj Deswal
      Dec 14 '17 at 5:06
















    Easiest tweak ! Good

    – Manoj Deswal
    Dec 14 '17 at 5:06





    Easiest tweak ! Good

    – Manoj Deswal
    Dec 14 '17 at 5:06













    0














    For Magento 2 you can disable it via your customer theme folder. In your file app/design/frontend///Magento_Theme/layout/default.xml you can add the line between the tag



    ...
    <body>
    <referenceBlock name="store_switcher" remove="true"/>
    ...


    Flush the cache afterwards.






    share|improve this answer



























      0














      For Magento 2 you can disable it via your customer theme folder. In your file app/design/frontend///Magento_Theme/layout/default.xml you can add the line between the tag



      ...
      <body>
      <referenceBlock name="store_switcher" remove="true"/>
      ...


      Flush the cache afterwards.






      share|improve this answer

























        0












        0








        0







        For Magento 2 you can disable it via your customer theme folder. In your file app/design/frontend///Magento_Theme/layout/default.xml you can add the line between the tag



        ...
        <body>
        <referenceBlock name="store_switcher" remove="true"/>
        ...


        Flush the cache afterwards.






        share|improve this answer













        For Magento 2 you can disable it via your customer theme folder. In your file app/design/frontend///Magento_Theme/layout/default.xml you can add the line between the tag



        ...
        <body>
        <referenceBlock name="store_switcher" remove="true"/>
        ...


        Flush the cache afterwards.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered 10 mins ago









        medinamedina

        30229




        30229



























            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%2f205694%2fhow-can-i-hide-the-store-switcher%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

            Can not update quote_id field of “quote_item” table magento 2Magento 2.1 - We can't remove the item. (Shopping Cart doesnt allow us to remove items before becomes empty)Add value for custom quote item attribute using REST apiREST API endpoint v1/carts/cartId/items always returns error messageCorrect way to save entries to databaseHow to remove all associated quote objects of a customer completelyMagento 2 - Save value from custom input field to quote_itemGet quote_item data using quote id and product id filter in Magento 2How to set additional data to quote_item table from controller in Magento 2?What is the purpose of additional_data column in quote_item table in magento2Set Custom Price to Quote item magento2 from controller

            Magento 2 disable Secret Key on URL's from terminal The Next CEO of Stack OverflowMagento 2 Shortcut/GUI tool to perform commandline tasks for windowsIn menu add configuration linkMagento oAuth : Generating access token and access secretMagento 2 security key issue in Third-Party API redirect URIPublic actions in admin controllersHow to Disable Cache in Custom WidgetURL Key not changing in Magento 2Product URL Key gets deleted when importing custom options - Magento 2Problem with reindex terminalMagento 2 - bin/magento Commands not working in Cpanel Terminal

            Aasi (pallopeli) Navigointivalikko