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:
.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:
.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.
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