i try to change magento luma colorsHow to create magento2 custom theme/designMagento2: Disable CSS cacheMagento 2.1.3 static css files not generatingMagento2: Wrong path of static contentsMagento 2: What this bit of code does?Is there a quicker way to test css.less changes?Magento 2 setup:staitic-content:deploy doesn't update cssMagento 2 don't generate custom CSS fileFresh Magento 2.3.0 installation no CSSAdding Custom CSS to Luma theme magento 2.3.0

Why is it a bad idea to hire a hitman to eliminate most corrupt politicians?

How do conventional missiles fly?

One verb to replace 'be a member of' a club

What killed these X2 caps?

Can a virus destroy the BIOS of a modern computer?

Can compressed videos be decoded back to their uncompresed original format?

Reverse dictionary where values are lists

Why didn't Miles's spider sense work before?

What about the virus in 12 Monkeys?

How do I handle a potential work/personal life conflict as the manager of one of my friends?

How much of data wrangling is a data scientist's job?

How would I stat a creature to be immune to everything but the Magic Missile spell? (just for fun)

Unlock My Phone! February 2018

Would Slavery Reparations be considered Bills of Attainder and hence Illegal?

Arrow those variables!

Size of subfigure fitting its content (tikzpicture)

How writing a dominant 7 sus4 chord in RNA ( Vsus7 chord in the 1st inversion)

ssTTsSTtRrriinInnnnNNNIiinngg

Plagiarism or not?

Do scales need to be in alphabetical order?

Why no variance term in Bayesian logistic regression?

What are some good books on Machine Learning and AI like Krugman, Wells and Graddy's "Essentials of Economics"

Is it acceptable for a professor to tell male students to not think that they are smarter than female students?

What's the in-universe reasoning behind sorcerers needing material components?



i try to change magento luma colors


How to create magento2 custom theme/designMagento2: Disable CSS cacheMagento 2.1.3 static css files not generatingMagento2: Wrong path of static contentsMagento 2: What this bit of code does?Is there a quicker way to test css.less changes?Magento 2 setup:staitic-content:deploy doesn't update cssMagento 2 don't generate custom CSS fileFresh Magento 2.3.0 installation no CSSAdding Custom CSS to Luma theme magento 2.3.0













0















in /pub/static/frontend/Magento/luma/ro_RO/css .



I can see all the files but the document inside no. so there is no way I can make changes. What am I doing wrong ?



magento 2- filezilla










share|improve this question




























    0















    in /pub/static/frontend/Magento/luma/ro_RO/css .



    I can see all the files but the document inside no. so there is no way I can make changes. What am I doing wrong ?



    magento 2- filezilla










    share|improve this question


























      0












      0








      0








      in /pub/static/frontend/Magento/luma/ro_RO/css .



      I can see all the files but the document inside no. so there is no way I can make changes. What am I doing wrong ?



      magento 2- filezilla










      share|improve this question
















      in /pub/static/frontend/Magento/luma/ro_RO/css .



      I can see all the files but the document inside no. so there is no way I can make changes. What am I doing wrong ?



      magento 2- filezilla







      magento2






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited 2 days ago









      Muhammad Anas

      350115




      350115










      asked May 1 '17 at 16:20









      zazazuzazazu

      1




      1




















          1 Answer
          1






          active

          oldest

          votes


















          0














          you do not have to change your css in pub/static because this folder is only for generated files.



          The files you are interested in, are in vendor/magento/theme-frontend-luma. Change here your .less and recompile.



          Less compilation is a somewhat complex topic, I suggest you take a look at the devDocs, a quick way to see your changes is to remove the following folders:



          /pub/static/frontend/Magento/luma/
          /var/view_preprocessed/css
          /var/view_preprocessed/html
          /var/view_preprocessed/source


          and run:



          bin/magento setup:static-content:deploy





          share|improve this answer























          • It is considered very bad practice to modify Magento's core files. Add your own theme that overrides the Luma theme for future compatibility.

            – Kenny
            Jun 4 '17 at 19:45











          • I used it as an example. The same example used by the person who made the question. The topic is very entry level, I think is better to learn step by step.

            – nuovecode
            Jun 4 '17 at 19:51











          • Magento docs show a perfect example on how to customise.

            – Kenny
            Jun 4 '17 at 23:07












          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%2f172506%2fi-try-to-change-magento-luma-colors%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          0














          you do not have to change your css in pub/static because this folder is only for generated files.



          The files you are interested in, are in vendor/magento/theme-frontend-luma. Change here your .less and recompile.



          Less compilation is a somewhat complex topic, I suggest you take a look at the devDocs, a quick way to see your changes is to remove the following folders:



          /pub/static/frontend/Magento/luma/
          /var/view_preprocessed/css
          /var/view_preprocessed/html
          /var/view_preprocessed/source


          and run:



          bin/magento setup:static-content:deploy





          share|improve this answer























          • It is considered very bad practice to modify Magento's core files. Add your own theme that overrides the Luma theme for future compatibility.

            – Kenny
            Jun 4 '17 at 19:45











          • I used it as an example. The same example used by the person who made the question. The topic is very entry level, I think is better to learn step by step.

            – nuovecode
            Jun 4 '17 at 19:51











          • Magento docs show a perfect example on how to customise.

            – Kenny
            Jun 4 '17 at 23:07
















          0














          you do not have to change your css in pub/static because this folder is only for generated files.



          The files you are interested in, are in vendor/magento/theme-frontend-luma. Change here your .less and recompile.



          Less compilation is a somewhat complex topic, I suggest you take a look at the devDocs, a quick way to see your changes is to remove the following folders:



          /pub/static/frontend/Magento/luma/
          /var/view_preprocessed/css
          /var/view_preprocessed/html
          /var/view_preprocessed/source


          and run:



          bin/magento setup:static-content:deploy





          share|improve this answer























          • It is considered very bad practice to modify Magento's core files. Add your own theme that overrides the Luma theme for future compatibility.

            – Kenny
            Jun 4 '17 at 19:45











          • I used it as an example. The same example used by the person who made the question. The topic is very entry level, I think is better to learn step by step.

            – nuovecode
            Jun 4 '17 at 19:51











          • Magento docs show a perfect example on how to customise.

            – Kenny
            Jun 4 '17 at 23:07














          0












          0








          0







          you do not have to change your css in pub/static because this folder is only for generated files.



          The files you are interested in, are in vendor/magento/theme-frontend-luma. Change here your .less and recompile.



          Less compilation is a somewhat complex topic, I suggest you take a look at the devDocs, a quick way to see your changes is to remove the following folders:



          /pub/static/frontend/Magento/luma/
          /var/view_preprocessed/css
          /var/view_preprocessed/html
          /var/view_preprocessed/source


          and run:



          bin/magento setup:static-content:deploy





          share|improve this answer













          you do not have to change your css in pub/static because this folder is only for generated files.



          The files you are interested in, are in vendor/magento/theme-frontend-luma. Change here your .less and recompile.



          Less compilation is a somewhat complex topic, I suggest you take a look at the devDocs, a quick way to see your changes is to remove the following folders:



          /pub/static/frontend/Magento/luma/
          /var/view_preprocessed/css
          /var/view_preprocessed/html
          /var/view_preprocessed/source


          and run:



          bin/magento setup:static-content:deploy






          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered May 1 '17 at 17:11









          nuovecodenuovecode

          485414




          485414












          • It is considered very bad practice to modify Magento's core files. Add your own theme that overrides the Luma theme for future compatibility.

            – Kenny
            Jun 4 '17 at 19:45











          • I used it as an example. The same example used by the person who made the question. The topic is very entry level, I think is better to learn step by step.

            – nuovecode
            Jun 4 '17 at 19:51











          • Magento docs show a perfect example on how to customise.

            – Kenny
            Jun 4 '17 at 23:07


















          • It is considered very bad practice to modify Magento's core files. Add your own theme that overrides the Luma theme for future compatibility.

            – Kenny
            Jun 4 '17 at 19:45











          • I used it as an example. The same example used by the person who made the question. The topic is very entry level, I think is better to learn step by step.

            – nuovecode
            Jun 4 '17 at 19:51











          • Magento docs show a perfect example on how to customise.

            – Kenny
            Jun 4 '17 at 23:07

















          It is considered very bad practice to modify Magento's core files. Add your own theme that overrides the Luma theme for future compatibility.

          – Kenny
          Jun 4 '17 at 19:45





          It is considered very bad practice to modify Magento's core files. Add your own theme that overrides the Luma theme for future compatibility.

          – Kenny
          Jun 4 '17 at 19:45













          I used it as an example. The same example used by the person who made the question. The topic is very entry level, I think is better to learn step by step.

          – nuovecode
          Jun 4 '17 at 19:51





          I used it as an example. The same example used by the person who made the question. The topic is very entry level, I think is better to learn step by step.

          – nuovecode
          Jun 4 '17 at 19:51













          Magento docs show a perfect example on how to customise.

          – Kenny
          Jun 4 '17 at 23:07






          Magento docs show a perfect example on how to customise.

          – Kenny
          Jun 4 '17 at 23:07


















          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%2f172506%2fi-try-to-change-magento-luma-colors%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

          Sum ergo cogito? 1 nng

          419 nièngy_Soadمي 19bal1.5o_g

          Queiggey Chernihivv 9NnOo i Zw X QqKk LpB