Adding Custom CSS to Luma theme magento 2.3.0
Dilemma of explaining to interviewer that he is the reason for declining second interview
Why did Luke use his left hand to shoot?
Is it a fallacy if someone claims they need an explanation for every word of your argument to the point where they don't understand common terms?
Can a person refuse a presidential pardon?
How old is the day of 24 equal hours?
The use of the spellings -zz- vs. -z-
A title for a history book
How to prevent cleaner from hanging my lock screen in Ubuntu 16.04
How much mayhem could I cause as a sentient fish?
How do you funnel food off a cutting board?
IGBT transistor with auxiliary emitter
How can my powered armor quickly replace its ceramic plates?
Intern applicant asking for compensation equivalent to that of permanent employee
Traveling through the asteriod belt?
Concatenation of fieldvalue and fieldname (handling of NULL)
Why is Agricola named as such?
How to say "Brexit" in Latin?
Consequences of lack of rigour
Why zero tolerance on nudity in space?
speculum - A simple, straightforward Arch Linux mirror list optimizer
Transpose a matrix and parenthesis
Why would space fleets be aligned?
What is a good reason for every spaceship to carry a weapon on board?
Partial vs Complete Catchup: what are the differences in terms of security?
Adding Custom CSS to Luma theme magento 2.3.0
in Magento 2.3.0 I have followed the above solution but still not loading my css, I have search ran all the commands but still nothing. Please any mistake on my implentation below, I am trying to add custom.css to the luma theme.
/var/www/safari/app/design/frontend/Magento/Luma/Magento_Theme/layout/default_head_blocks.xml
<?xml version="1.0"?>
<body>
<referenceBlock name="logo">
<arguments>
<argument name="logo_file" xsi:type="string">images/logo.png</argument>
</arguments>
</referenceBlock>
<remove name="report.bugs"/>
<referenceBlock name="catalog.compare.sidebar" remove="true"/>
</body>
app/design/frontend/Magento/Luma/web/css/custom.css
or
/var/www/safari/app/design/frontend/Magento/Luma/Magento_Theme/web/css/custom.css
magento2 luma-theme
New contributor
add a comment |
in Magento 2.3.0 I have followed the above solution but still not loading my css, I have search ran all the commands but still nothing. Please any mistake on my implentation below, I am trying to add custom.css to the luma theme.
/var/www/safari/app/design/frontend/Magento/Luma/Magento_Theme/layout/default_head_blocks.xml
<?xml version="1.0"?>
<body>
<referenceBlock name="logo">
<arguments>
<argument name="logo_file" xsi:type="string">images/logo.png</argument>
</arguments>
</referenceBlock>
<remove name="report.bugs"/>
<referenceBlock name="catalog.compare.sidebar" remove="true"/>
</body>
app/design/frontend/Magento/Luma/web/css/custom.css
or
/var/www/safari/app/design/frontend/Magento/Luma/Magento_Theme/web/css/custom.css
magento2 luma-theme
New contributor
add a comment |
in Magento 2.3.0 I have followed the above solution but still not loading my css, I have search ran all the commands but still nothing. Please any mistake on my implentation below, I am trying to add custom.css to the luma theme.
/var/www/safari/app/design/frontend/Magento/Luma/Magento_Theme/layout/default_head_blocks.xml
<?xml version="1.0"?>
<body>
<referenceBlock name="logo">
<arguments>
<argument name="logo_file" xsi:type="string">images/logo.png</argument>
</arguments>
</referenceBlock>
<remove name="report.bugs"/>
<referenceBlock name="catalog.compare.sidebar" remove="true"/>
</body>
app/design/frontend/Magento/Luma/web/css/custom.css
or
/var/www/safari/app/design/frontend/Magento/Luma/Magento_Theme/web/css/custom.css
magento2 luma-theme
New contributor
in Magento 2.3.0 I have followed the above solution but still not loading my css, I have search ran all the commands but still nothing. Please any mistake on my implentation below, I am trying to add custom.css to the luma theme.
/var/www/safari/app/design/frontend/Magento/Luma/Magento_Theme/layout/default_head_blocks.xml
<?xml version="1.0"?>
<body>
<referenceBlock name="logo">
<arguments>
<argument name="logo_file" xsi:type="string">images/logo.png</argument>
</arguments>
</referenceBlock>
<remove name="report.bugs"/>
<referenceBlock name="catalog.compare.sidebar" remove="true"/>
</body>
app/design/frontend/Magento/Luma/web/css/custom.css
or
/var/www/safari/app/design/frontend/Magento/Luma/Magento_Theme/web/css/custom.css
magento2 luma-theme
magento2 luma-theme
New contributor
New contributor
New contributor
asked 52 secs ago
pumbapumba
11
11
New contributor
New contributor
add a comment |
add a comment |
0
active
oldest
votes
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
});
}
});
pumba is a new contributor. Be nice, and check out our Code of Conduct.
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%2f263881%2fadding-custom-css-to-luma-theme-magento-2-3-0%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
pumba is a new contributor. Be nice, and check out our Code of Conduct.
pumba is a new contributor. Be nice, and check out our Code of Conduct.
pumba is a new contributor. Be nice, and check out our Code of Conduct.
pumba is a new contributor. Be nice, and check out our Code of Conduct.
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%2f263881%2fadding-custom-css-to-luma-theme-magento-2-3-0%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