cancel
Showing results for 
Search instead for 
Did you mean: 

css Änderungen von themes.css durchführen

css Änderungen von themes.css durchführen

Hallo!

Ich möchte eine Änderung in eienr css Datei durchführen und habe in der Datei https://agoshop.at/pub/static/frontend/smart_media/smart_media1/de_DE/css/themes.css folgendes geändert:

Code:
.cathead a.level-top {
  background-color: #75dbfa;
  margin-top: 3px !important;
  color: #000 !important;
  font-weight: bold !important;
  font-size: 13px !important;
  text-transform: none !important;
  font-family: "Open Sans" !important;
  line-height: 22px !important;
  padding-top: 8px !important;
  padding-bottom: 14px !important;
}


Leider hat sich auf der Seite nichts geändert. Wenn ich einen Menüpunkt untersuche bekomme ich immer die alten Werte. Ich habe den Cache bei Magento gelöscht und auch den Browserverlauf.

Vielen Dank für eine Hilfe wie ich die css Änderungen durchführen kann.

 

------------------

Hello!
I am new in magento2.

I have done some changes in a css file and have change the file https://agoshop.at/pub/static/frontend/smart_media/smart_media1/de_DE/css/themes.css on the ftp server.
Here my changes:

Code:
.cathead a.level-top {
  background-color: #75dbfa;
  margin-top: 3px !important;
  color: #000 !important;
  font-weight: bold !important;
  font-size: 13px !important;
  text-transform: none !important;
  font-family: "Open Sans" !important;
  line-height: 22px !important;
  padding-top: 8px !important;
  padding-bottom: 14px !important;
}

 


But when I open my website agoshop.at I the css will not change.
So I hope someone can help me there how I can do the changes in a css file.
kindly regards for any answer.

1 REPLY 1

Re: css Änderungen von themes.css durchführen

You cannot change your code in pub/static. Because these files are not permanent, there are automatically deleted and re-initialized when you run upgrade. You can check the CSS files and change them in app/design/frontend
After updating the CSS files you should clear all Magento cache and clear web browser cache

If issue solved, Click Kudos & Accept as Solution.
LitCommerce - The Most Simple & Affordable Multi-channel Selling Tool