- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2016
01:54 PM
02-15-2016
01:54 PM
Hello,
i almost understand how magento is working. I can change variables and others, but right now i have problem with Magento UI CSS library files. Usually i could overwrite every file but there is no way to overwrite UI files?
lib/web/css/source/lib/_navigation.less <- this UI file i wanted to copy and change in my template. so i take it to:
app/design/frontend/MyT/themename/web/css/source/lib
yet my page looks like without css. What am i missing?
Solved! Go to Solution.
Labels:
1 ACCEPTED SOLUTION
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2016
05:40 PM
02-15-2016
05:40 PM
There is no such possibility.
Use your custom CSS rules to overweight the core CSS rules instead.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2016
05:40 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2016
02:17 AM
02-16-2016
02:17 AM
Re: Modify Magento UI Library CSS
Thank you for fast replay