cancel
Showing results for 
Search instead for 
Did you mean: 

I want to over ride Style-l.less file in Magento blank theme?

SOLVED

I want to over ride Style-l.less file in Magento blank theme?

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

1 ACCEPTED SOLUTION

Accepted Solutions

Re: I want to over ride Style-l.less file in Magento blank theme?

Hello @hafsa_zulfiqar1 

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

 

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

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

View solution in original post

1 REPLY 1

Re: I want to over ride Style-l.less file in Magento blank theme?

Hello @hafsa_zulfiqar1 

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

 

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

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