문제

I have created Custom theme which is inheriting Magento Blank theme... Now I want over ride CSS in style-l.less file of Blank theme How can I do that???

도움이 되었습니까?

해결책

You have to follow the same folder structure which defines in Magento Blank Theme. For example, you want to override style-l.less then follow this one.

app/design/CustomTheme/name/web/css/style-l.less

That's it. now you can add your customization.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 magento.stackexchange
scroll top