Magento 2.3 : How to change the logo? The Next CEO of Stack OverflowMagento 2.3 favicon and logo upload does not take holdChanging LUMA LogoLuma sub theme - can't change logo sizeMove Logo PositionHow to Change Email Logo in magento 2LOGO AND FAVICON ICON CHANGE MAGENTO 2.2.4Change default logo to .SVG image programaticallyMagento 2.3.0 “A technical problem with the server created an error.” When uploading the logo imageMagento2: how can i change admin logoCan't upload logo file Magento 2.3.02.3 how can i upload SVG

Could you use a laser beam as a modulated carrier wave for radio signal?

How should I connect my cat5 cable to connectors having an orange-green line?

Does the Idaho Potato Commission associate potato skins with healthy eating?

Horror film about a man brought out of cryogenic suspension without a soul, around 1990

pgfplots: How to draw a tangent graph below two others?

Can I cast Thunderwave and be at the center of its bottom face, but not be affected by it?

Read/write a pipe-delimited file line by line with some simple text manipulation

Find the majority element, which appears more than half the time

Salesforce opportunity stages

Creating a script with console commands

Masking layers by a vector polygon layer in QGIS

Strange use of "whether ... than ..." in official text

Physiological effects of huge anime eyes

Noise during hard braking

Which acid/base does a strong base/acid react when added to a buffer solution?

It it possible to avoid kiwi.com's automatic online check-in and instead do it manually by yourself?

subequations: How to continue numbering within subequation?

Man transported from Alternate World into ours by a Neutrino Detector

Why did the Drakh emissary look so blurred in S04:E11 "Lines of Communication"?

Is the offspring between a demon and a celestial possible? If so what is it called and is it in a book somewhere?

Is a distribution that is normal, but highly skewed, considered Gaussian?

What are the unusually-enlarged wing sections on this P-38 Lightning?

Is it okay to majorly distort historical facts while writing a fiction story?

How can the PCs determine if an item is a phylactery?



Magento 2.3 : How to change the logo?



The Next CEO of Stack OverflowMagento 2.3 favicon and logo upload does not take holdChanging LUMA LogoLuma sub theme - can't change logo sizeMove Logo PositionHow to Change Email Logo in magento 2LOGO AND FAVICON ICON CHANGE MAGENTO 2.2.4Change default logo to .SVG image programaticallyMagento 2.3.0 “A technical problem with the server created an error.” When uploading the logo imageMagento2: how can i change admin logoCan't upload logo file Magento 2.3.02.3 how can i upload SVG










5















I want to change luma logo but cannot upload the logo ?



I tried to upload through admin panel. But, Not working.










share|improve this question




























    5















    I want to change luma logo but cannot upload the logo ?



    I tried to upload through admin panel. But, Not working.










    share|improve this question


























      5












      5








      5








      I want to change luma logo but cannot upload the logo ?



      I tried to upload through admin panel. But, Not working.










      share|improve this question
















      I want to change luma logo but cannot upload the logo ?



      I tried to upload through admin panel. But, Not working.







      magento2.3 logo






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited 2 days ago









      Teja Bhagavan Kollepara

      3,00841949




      3,00841949










      asked Feb 28 at 10:00









      sanni kalariyasanni kalariya

      839




      839




















          4 Answers
          4






          active

          oldest

          votes


















          1














          You need to change below file




          /vendor/magento/module-theme/view/adminhtml/ui_component/design_config_form.xml




          change



          <field name="header_logo_src" formElement="fileUploader">


          To



          <field name="header_logo_src" formElement="imageUploader">


          and change



          <field name="head_shortcut_icon" formElement="fileUploader">


          TO



          <field name="head_shortcut_icon" formElement="imageUploader">


          check this Reference link






          share|improve this answer























          • thanks for your answer. In the link it mentions "app/code/Magento/Theme/view/adminhtml/ui_component/design_config_form.xml" but in my Magento 2.3 there is no code folder in app folder. Also I can't find the file in "vendor" folder. Can you please specify the path to the design_config_form.xml file?

            – sanni kalariya
            Feb 28 at 10:41











          • This is a bug in 2.3 and patch is available here github.com/magento/magento2/commit/… . code folder you need to manually add, vendor folder you can find right inside main magento folder

            – Anju
            Feb 28 at 10:48












          • @sannikalariya you need to run below command after code update php bin/magento setup:di:compile

            – VDC
            Feb 28 at 11:52











          • also command write

            – sanni kalariya
            Feb 28 at 12:02











          • php bin/magento setup:di:compile

            – VDC
            Feb 28 at 12:03


















          2















          Goto Content > Configuration > edit your theme > goto header section
          upload your logo







          share|improve this answer























          • directly not working

            – sanni kalariya
            Feb 28 at 10:55


















          1














          Give read write permission on your pub/media directory



          chmod -R 755 pub/media
          chown -R www-data:www-data pub/media


          Then try again






          share|improve this answer























          • I also provide permittion @shoaib Munir

            – sanni kalariya
            Feb 28 at 11:42











          • Check @Mitrajsinh answer, Goto Content > Configuration > edit your theme > goto header section upload your logo

            – Shoaib Munir
            Feb 28 at 12:04


















          0














          First run;



          bin/magento indexer:reindex 
          bin/magento setup:di:compile
          bin/magento cache:clean
          bin/magento cache:flush


          and then replace these settings;



          vendor/magento/module-theme/view/adminhtml/ui_component/design_config_form.xml



          Old 154,




          field name="header_logo_src" form Element="fileUploader"




          to
          new: 154




          field name="header_logo_src" formElement="imageUploader"







          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%2f263841%2fmagento-2-3-how-to-change-the-logo%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            4 Answers
            4






            active

            oldest

            votes








            4 Answers
            4






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            1














            You need to change below file




            /vendor/magento/module-theme/view/adminhtml/ui_component/design_config_form.xml




            change



            <field name="header_logo_src" formElement="fileUploader">


            To



            <field name="header_logo_src" formElement="imageUploader">


            and change



            <field name="head_shortcut_icon" formElement="fileUploader">


            TO



            <field name="head_shortcut_icon" formElement="imageUploader">


            check this Reference link






            share|improve this answer























            • thanks for your answer. In the link it mentions "app/code/Magento/Theme/view/adminhtml/ui_component/design_config_form.xml" but in my Magento 2.3 there is no code folder in app folder. Also I can't find the file in "vendor" folder. Can you please specify the path to the design_config_form.xml file?

              – sanni kalariya
              Feb 28 at 10:41











            • This is a bug in 2.3 and patch is available here github.com/magento/magento2/commit/… . code folder you need to manually add, vendor folder you can find right inside main magento folder

              – Anju
              Feb 28 at 10:48












            • @sannikalariya you need to run below command after code update php bin/magento setup:di:compile

              – VDC
              Feb 28 at 11:52











            • also command write

              – sanni kalariya
              Feb 28 at 12:02











            • php bin/magento setup:di:compile

              – VDC
              Feb 28 at 12:03















            1














            You need to change below file




            /vendor/magento/module-theme/view/adminhtml/ui_component/design_config_form.xml




            change



            <field name="header_logo_src" formElement="fileUploader">


            To



            <field name="header_logo_src" formElement="imageUploader">


            and change



            <field name="head_shortcut_icon" formElement="fileUploader">


            TO



            <field name="head_shortcut_icon" formElement="imageUploader">


            check this Reference link






            share|improve this answer























            • thanks for your answer. In the link it mentions "app/code/Magento/Theme/view/adminhtml/ui_component/design_config_form.xml" but in my Magento 2.3 there is no code folder in app folder. Also I can't find the file in "vendor" folder. Can you please specify the path to the design_config_form.xml file?

              – sanni kalariya
              Feb 28 at 10:41











            • This is a bug in 2.3 and patch is available here github.com/magento/magento2/commit/… . code folder you need to manually add, vendor folder you can find right inside main magento folder

              – Anju
              Feb 28 at 10:48












            • @sannikalariya you need to run below command after code update php bin/magento setup:di:compile

              – VDC
              Feb 28 at 11:52











            • also command write

              – sanni kalariya
              Feb 28 at 12:02











            • php bin/magento setup:di:compile

              – VDC
              Feb 28 at 12:03













            1












            1








            1







            You need to change below file




            /vendor/magento/module-theme/view/adminhtml/ui_component/design_config_form.xml




            change



            <field name="header_logo_src" formElement="fileUploader">


            To



            <field name="header_logo_src" formElement="imageUploader">


            and change



            <field name="head_shortcut_icon" formElement="fileUploader">


            TO



            <field name="head_shortcut_icon" formElement="imageUploader">


            check this Reference link






            share|improve this answer













            You need to change below file




            /vendor/magento/module-theme/view/adminhtml/ui_component/design_config_form.xml




            change



            <field name="header_logo_src" formElement="fileUploader">


            To



            <field name="header_logo_src" formElement="imageUploader">


            and change



            <field name="head_shortcut_icon" formElement="fileUploader">


            TO



            <field name="head_shortcut_icon" formElement="imageUploader">


            check this Reference link







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Feb 28 at 10:30









            VDCVDC

            2568




            2568












            • thanks for your answer. In the link it mentions "app/code/Magento/Theme/view/adminhtml/ui_component/design_config_form.xml" but in my Magento 2.3 there is no code folder in app folder. Also I can't find the file in "vendor" folder. Can you please specify the path to the design_config_form.xml file?

              – sanni kalariya
              Feb 28 at 10:41











            • This is a bug in 2.3 and patch is available here github.com/magento/magento2/commit/… . code folder you need to manually add, vendor folder you can find right inside main magento folder

              – Anju
              Feb 28 at 10:48












            • @sannikalariya you need to run below command after code update php bin/magento setup:di:compile

              – VDC
              Feb 28 at 11:52











            • also command write

              – sanni kalariya
              Feb 28 at 12:02











            • php bin/magento setup:di:compile

              – VDC
              Feb 28 at 12:03

















            • thanks for your answer. In the link it mentions "app/code/Magento/Theme/view/adminhtml/ui_component/design_config_form.xml" but in my Magento 2.3 there is no code folder in app folder. Also I can't find the file in "vendor" folder. Can you please specify the path to the design_config_form.xml file?

              – sanni kalariya
              Feb 28 at 10:41











            • This is a bug in 2.3 and patch is available here github.com/magento/magento2/commit/… . code folder you need to manually add, vendor folder you can find right inside main magento folder

              – Anju
              Feb 28 at 10:48












            • @sannikalariya you need to run below command after code update php bin/magento setup:di:compile

              – VDC
              Feb 28 at 11:52











            • also command write

              – sanni kalariya
              Feb 28 at 12:02











            • php bin/magento setup:di:compile

              – VDC
              Feb 28 at 12:03
















            thanks for your answer. In the link it mentions "app/code/Magento/Theme/view/adminhtml/ui_component/design_config_form.xml" but in my Magento 2.3 there is no code folder in app folder. Also I can't find the file in "vendor" folder. Can you please specify the path to the design_config_form.xml file?

            – sanni kalariya
            Feb 28 at 10:41





            thanks for your answer. In the link it mentions "app/code/Magento/Theme/view/adminhtml/ui_component/design_config_form.xml" but in my Magento 2.3 there is no code folder in app folder. Also I can't find the file in "vendor" folder. Can you please specify the path to the design_config_form.xml file?

            – sanni kalariya
            Feb 28 at 10:41













            This is a bug in 2.3 and patch is available here github.com/magento/magento2/commit/… . code folder you need to manually add, vendor folder you can find right inside main magento folder

            – Anju
            Feb 28 at 10:48






            This is a bug in 2.3 and patch is available here github.com/magento/magento2/commit/… . code folder you need to manually add, vendor folder you can find right inside main magento folder

            – Anju
            Feb 28 at 10:48














            @sannikalariya you need to run below command after code update php bin/magento setup:di:compile

            – VDC
            Feb 28 at 11:52





            @sannikalariya you need to run below command after code update php bin/magento setup:di:compile

            – VDC
            Feb 28 at 11:52













            also command write

            – sanni kalariya
            Feb 28 at 12:02





            also command write

            – sanni kalariya
            Feb 28 at 12:02













            php bin/magento setup:di:compile

            – VDC
            Feb 28 at 12:03





            php bin/magento setup:di:compile

            – VDC
            Feb 28 at 12:03













            2















            Goto Content > Configuration > edit your theme > goto header section
            upload your logo







            share|improve this answer























            • directly not working

              – sanni kalariya
              Feb 28 at 10:55















            2















            Goto Content > Configuration > edit your theme > goto header section
            upload your logo







            share|improve this answer























            • directly not working

              – sanni kalariya
              Feb 28 at 10:55













            2












            2








            2








            Goto Content > Configuration > edit your theme > goto header section
            upload your logo







            share|improve this answer














            Goto Content > Configuration > edit your theme > goto header section
            upload your logo








            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Feb 28 at 10:06









            Mitrajsinh vaghelaMitrajsinh vaghela

            1326




            1326












            • directly not working

              – sanni kalariya
              Feb 28 at 10:55

















            • directly not working

              – sanni kalariya
              Feb 28 at 10:55
















            directly not working

            – sanni kalariya
            Feb 28 at 10:55





            directly not working

            – sanni kalariya
            Feb 28 at 10:55











            1














            Give read write permission on your pub/media directory



            chmod -R 755 pub/media
            chown -R www-data:www-data pub/media


            Then try again






            share|improve this answer























            • I also provide permittion @shoaib Munir

              – sanni kalariya
              Feb 28 at 11:42











            • Check @Mitrajsinh answer, Goto Content > Configuration > edit your theme > goto header section upload your logo

              – Shoaib Munir
              Feb 28 at 12:04















            1














            Give read write permission on your pub/media directory



            chmod -R 755 pub/media
            chown -R www-data:www-data pub/media


            Then try again






            share|improve this answer























            • I also provide permittion @shoaib Munir

              – sanni kalariya
              Feb 28 at 11:42











            • Check @Mitrajsinh answer, Goto Content > Configuration > edit your theme > goto header section upload your logo

              – Shoaib Munir
              Feb 28 at 12:04













            1












            1








            1







            Give read write permission on your pub/media directory



            chmod -R 755 pub/media
            chown -R www-data:www-data pub/media


            Then try again






            share|improve this answer













            Give read write permission on your pub/media directory



            chmod -R 755 pub/media
            chown -R www-data:www-data pub/media


            Then try again







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Feb 28 at 10:05









            Shoaib MunirShoaib Munir

            2,3172829




            2,3172829












            • I also provide permittion @shoaib Munir

              – sanni kalariya
              Feb 28 at 11:42











            • Check @Mitrajsinh answer, Goto Content > Configuration > edit your theme > goto header section upload your logo

              – Shoaib Munir
              Feb 28 at 12:04

















            • I also provide permittion @shoaib Munir

              – sanni kalariya
              Feb 28 at 11:42











            • Check @Mitrajsinh answer, Goto Content > Configuration > edit your theme > goto header section upload your logo

              – Shoaib Munir
              Feb 28 at 12:04
















            I also provide permittion @shoaib Munir

            – sanni kalariya
            Feb 28 at 11:42





            I also provide permittion @shoaib Munir

            – sanni kalariya
            Feb 28 at 11:42













            Check @Mitrajsinh answer, Goto Content > Configuration > edit your theme > goto header section upload your logo

            – Shoaib Munir
            Feb 28 at 12:04





            Check @Mitrajsinh answer, Goto Content > Configuration > edit your theme > goto header section upload your logo

            – Shoaib Munir
            Feb 28 at 12:04











            0














            First run;



            bin/magento indexer:reindex 
            bin/magento setup:di:compile
            bin/magento cache:clean
            bin/magento cache:flush


            and then replace these settings;



            vendor/magento/module-theme/view/adminhtml/ui_component/design_config_form.xml



            Old 154,




            field name="header_logo_src" form Element="fileUploader"




            to
            new: 154




            field name="header_logo_src" formElement="imageUploader"







            share|improve this answer





























              0














              First run;



              bin/magento indexer:reindex 
              bin/magento setup:di:compile
              bin/magento cache:clean
              bin/magento cache:flush


              and then replace these settings;



              vendor/magento/module-theme/view/adminhtml/ui_component/design_config_form.xml



              Old 154,




              field name="header_logo_src" form Element="fileUploader"




              to
              new: 154




              field name="header_logo_src" formElement="imageUploader"







              share|improve this answer



























                0












                0








                0







                First run;



                bin/magento indexer:reindex 
                bin/magento setup:di:compile
                bin/magento cache:clean
                bin/magento cache:flush


                and then replace these settings;



                vendor/magento/module-theme/view/adminhtml/ui_component/design_config_form.xml



                Old 154,




                field name="header_logo_src" form Element="fileUploader"




                to
                new: 154




                field name="header_logo_src" formElement="imageUploader"







                share|improve this answer















                First run;



                bin/magento indexer:reindex 
                bin/magento setup:di:compile
                bin/magento cache:clean
                bin/magento cache:flush


                and then replace these settings;



                vendor/magento/module-theme/view/adminhtml/ui_component/design_config_form.xml



                Old 154,




                field name="header_logo_src" form Element="fileUploader"




                to
                new: 154




                field name="header_logo_src" formElement="imageUploader"








                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited 2 days ago









                Teja Bhagavan Kollepara

                3,00841949




                3,00841949










                answered Mar 18 at 1:05









                rightnowtodayrightnowtoday

                394




                394



























                    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%2f263841%2fmagento-2-3-how-to-change-the-logo%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

                    Bulk add to cart function issuecart vs. mini cart issue … rwd themeRedirect Add to cart button to cart pageAdd to cart issue - Magento 2.1The requested Payment Method is not available When creating an orderM2: reason add-to-cart might not function in production modeAdd to cart issue in some android devicesMagento 2 - custom price can not add to subtotal and grand total after add to cartAdd to cart codeIssue with my cart module on pdp and cart pages, just keeps spinningBulk price and quantity update using rest api

                    Magento2 - How to hide price filter only in specific categories?Multiselect price filter attribute in layered navigationhide only some categories from layered navigation in magentoRemove Price Filter on certain categoriescustomize layered price filter?Hide Price for a particular customer groupPrice filter in layered navigation not working correctly with price including tax in magento 2.2.3Magento 2 how to hide attribute at Layered navigation?Magento 2. how to hide price only for specific categoriesMagento 2 How can I hide the price and total from cart and checkout summary?Magento2: Can we add navigation layered filter like price filter for other attribute?