Changing CSS files in Magento 2.1.2 Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?CSS / JavaScript files not changing in adminhtml (cache?)Caching css files in Magentohow to compile single LESS file in magento2magento 2 custom css in custom theme not being appliedSort CSS files in Headhow to change color code of header and footer in m2CSS stopped working in my Magento 2 themeMagento 2 | Troubles changing CSS class attribute value.Magento 2 don't generate custom CSS fileMagento 2 less compilation error while setup:static-content:deploy

Why didn't this character "real die" when they blew their stack out in Altered Carbon?

Should I use a zero-interest credit card for a large one-time purchase?

String `!23` is replaced with `docker` in command line

What is the meaning of the new sigil in Game of Thrones Season 8 intro?

Why do people hide their license plates in the EU?

Dating a Former Employee

How discoverable are IPv6 addresses and AAAA names by potential attackers?

Why was the term "discrete" used in discrete logarithm?

Why did the Falcon Heavy center core fall off the ASDS OCISLY barge?

Check which numbers satisfy the condition [A*B*C = A! + B! + C!]

When were vectors invented?

Why is my conclusion inconsistent with the van't Hoff equation?

At the end of Thor: Ragnarok why don't the Asgardians turn and head for the Bifrost as per their original plan?

English words in a non-english sci-fi novel

Why light coming from distant stars is not discrete?

Short Story with Cinderella as a Voo-doo Witch

Sci-Fi book where patients in a coma ward all live in a subconscious world linked together

Denied boarding although I have proper visa and documentation. To whom should I make a complaint?

What exactly is a "Meth" in Altered Carbon?

What is known about the Ubaid lizard-people figurines?

Why do we bend a book to keep it straight?

Do I really need recursive chmod to restrict access to a folder?

How come Sam didn't become Lord of Horn Hill?

How to find all the available tools in mac terminal?



Changing CSS files in Magento 2.1.2



Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
Announcing the arrival of Valued Associate #679: Cesar Manara
Unicorn Meta Zoo #1: Why another podcast?CSS / JavaScript files not changing in adminhtml (cache?)Caching css files in Magentohow to compile single LESS file in magento2magento 2 custom css in custom theme not being appliedSort CSS files in Headhow to change color code of header and footer in m2CSS stopped working in my Magento 2 themeMagento 2 | Troubles changing CSS class attribute value.Magento 2 don't generate custom CSS fileMagento 2 less compilation error while setup:static-content:deploy



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








1















Currently trying to change the top menu background color, tried to change it from the CSS files, found out through firebug that the file pub/static/frontend/Venustheme/beat/en_US/css/styles-l.css is the one responsible for this,



And even tried to change it on firebug to confirm, turns out it actually is.



So I changed the css file and refreshed the page, but nothing changed, looked up solutions for this, flushed cache storage flushed Magento cache and flushed javascript/css cache through the admin interface, didn't work,



Checked the URL in core_config_data turned out to be correct, can anyone help with this? and is there a way to change the css files through the admin interface?



Also, what is the difference between beat and beat_child?



and does the less file affect that in any way?










share|improve this question






























    1















    Currently trying to change the top menu background color, tried to change it from the CSS files, found out through firebug that the file pub/static/frontend/Venustheme/beat/en_US/css/styles-l.css is the one responsible for this,



    And even tried to change it on firebug to confirm, turns out it actually is.



    So I changed the css file and refreshed the page, but nothing changed, looked up solutions for this, flushed cache storage flushed Magento cache and flushed javascript/css cache through the admin interface, didn't work,



    Checked the URL in core_config_data turned out to be correct, can anyone help with this? and is there a way to change the css files through the admin interface?



    Also, what is the difference between beat and beat_child?



    and does the less file affect that in any way?










    share|improve this question


























      1












      1








      1








      Currently trying to change the top menu background color, tried to change it from the CSS files, found out through firebug that the file pub/static/frontend/Venustheme/beat/en_US/css/styles-l.css is the one responsible for this,



      And even tried to change it on firebug to confirm, turns out it actually is.



      So I changed the css file and refreshed the page, but nothing changed, looked up solutions for this, flushed cache storage flushed Magento cache and flushed javascript/css cache through the admin interface, didn't work,



      Checked the URL in core_config_data turned out to be correct, can anyone help with this? and is there a way to change the css files through the admin interface?



      Also, what is the difference between beat and beat_child?



      and does the less file affect that in any way?










      share|improve this question
















      Currently trying to change the top menu background color, tried to change it from the CSS files, found out through firebug that the file pub/static/frontend/Venustheme/beat/en_US/css/styles-l.css is the one responsible for this,



      And even tried to change it on firebug to confirm, turns out it actually is.



      So I changed the css file and refreshed the page, but nothing changed, looked up solutions for this, flushed cache storage flushed Magento cache and flushed javascript/css cache through the admin interface, didn't work,



      Checked the URL in core_config_data turned out to be correct, can anyone help with this? and is there a way to change the css files through the admin interface?



      Also, what is the difference between beat and beat_child?



      and does the less file affect that in any way?







      magento-2.1 css less






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited 22 mins ago









      Muhammad Anas

      642320




      642320










      asked Feb 9 '17 at 7:31









      WatWat

      61




      61




















          2 Answers
          2






          active

          oldest

          votes


















          1














          You will need to compile LESS if you aren't already, the easiest way is to enable client-side compilation. Login to the admin and navigate to store > config > advanced > developer > front-end workflow and set it to client-side compilation (or something similar).



          Then delete these two directories:



          var/view_preprocessed
          pub/static/frontend


          Clear your caches (Magento and browser) then refresh. Your change should now be displayed.



          Note: There are better ways of compiling such as Grunt/Gulp but that's out of scope for this answer.






          share|improve this answer






























            1














            Never work on Pub/Static/frontend folder directly.
            It's get generated automatically.



            CSS and JS files for theme can be found in app/design/frontend/YOURTHEME/web folder.






            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%2f158928%2fchanging-css-files-in-magento-2-1-2%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









              1














              You will need to compile LESS if you aren't already, the easiest way is to enable client-side compilation. Login to the admin and navigate to store > config > advanced > developer > front-end workflow and set it to client-side compilation (or something similar).



              Then delete these two directories:



              var/view_preprocessed
              pub/static/frontend


              Clear your caches (Magento and browser) then refresh. Your change should now be displayed.



              Note: There are better ways of compiling such as Grunt/Gulp but that's out of scope for this answer.






              share|improve this answer



























                1














                You will need to compile LESS if you aren't already, the easiest way is to enable client-side compilation. Login to the admin and navigate to store > config > advanced > developer > front-end workflow and set it to client-side compilation (or something similar).



                Then delete these two directories:



                var/view_preprocessed
                pub/static/frontend


                Clear your caches (Magento and browser) then refresh. Your change should now be displayed.



                Note: There are better ways of compiling such as Grunt/Gulp but that's out of scope for this answer.






                share|improve this answer

























                  1












                  1








                  1







                  You will need to compile LESS if you aren't already, the easiest way is to enable client-side compilation. Login to the admin and navigate to store > config > advanced > developer > front-end workflow and set it to client-side compilation (or something similar).



                  Then delete these two directories:



                  var/view_preprocessed
                  pub/static/frontend


                  Clear your caches (Magento and browser) then refresh. Your change should now be displayed.



                  Note: There are better ways of compiling such as Grunt/Gulp but that's out of scope for this answer.






                  share|improve this answer













                  You will need to compile LESS if you aren't already, the easiest way is to enable client-side compilation. Login to the admin and navigate to store > config > advanced > developer > front-end workflow and set it to client-side compilation (or something similar).



                  Then delete these two directories:



                  var/view_preprocessed
                  pub/static/frontend


                  Clear your caches (Magento and browser) then refresh. Your change should now be displayed.



                  Note: There are better ways of compiling such as Grunt/Gulp but that's out of scope for this answer.







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Feb 9 '17 at 7:56









                  Ben CrookBen Crook

                  9,2662477




                  9,2662477























                      1














                      Never work on Pub/Static/frontend folder directly.
                      It's get generated automatically.



                      CSS and JS files for theme can be found in app/design/frontend/YOURTHEME/web folder.






                      share|improve this answer



























                        1














                        Never work on Pub/Static/frontend folder directly.
                        It's get generated automatically.



                        CSS and JS files for theme can be found in app/design/frontend/YOURTHEME/web folder.






                        share|improve this answer

























                          1












                          1








                          1







                          Never work on Pub/Static/frontend folder directly.
                          It's get generated automatically.



                          CSS and JS files for theme can be found in app/design/frontend/YOURTHEME/web folder.






                          share|improve this answer













                          Never work on Pub/Static/frontend folder directly.
                          It's get generated automatically.



                          CSS and JS files for theme can be found in app/design/frontend/YOURTHEME/web folder.







                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered Feb 15 at 13:01









                          KhushbuKhushbu

                          9010




                          9010



























                              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%2f158928%2fchanging-css-files-in-magento-2-1-2%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

                              Magento 2 - Add success message with knockout 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?Success / Error message on ajax request$.widget is not a function when loading a homepage after add custom jQuery on custom themeHow can bind jQuery to current document in Magento 2 When template load by ajaxRedirect page using plugin in Magento 2Magento 2 - Update quantity and totals of cart page without page reload?Magento 2: Quote data not loaded on knockout checkoutMagento 2 : I need to change add to cart success message after adding product into cart through pluginMagento 2.2.5 How to add additional products to cart from new checkout step?Magento 2 Add error/success message with knockoutCan't validate Post Code on checkout page

                              Fil:Tokke komm.svg

                              Where did Arya get these scars? Unicorn Meta Zoo #1: Why another podcast? Announcing the arrival of Valued Associate #679: Cesar Manara Favourite questions and answers from the 1st quarter of 2019Why did Arya refuse to end it?Has the pronunciation of Arya Stark's name changed?Has Arya forgiven people?Why did Arya Stark lose her vision?Why can Arya still use the faces?Has the Narrow Sea become narrower?Does Arya Stark know how to make poisons outside of the House of Black and White?Why did Nymeria leave Arya?Why did Arya not kill the Lannister soldiers she encountered in the Riverlands?What is the current canonical age of Sansa, Bran and Arya Stark?