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
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
add a comment |
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
add a comment |
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
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
magento2
edited 2 days ago
Muhammad Anas
350115
350115
asked May 1 '17 at 16:20
zazazuzazazu
1
1
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
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
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
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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
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
add a comment |
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
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
add a comment |
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
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
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
add a comment |
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
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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