Skip to content

magento man

How to remove Default style-m.css and styles-l.css Stylesheet, Add Back One Page Only

I have a Magento 2 client with a strange theme that is using scss and to make a long story short I need to remove the styles-l and styles-m css/styles from vendor/magento/theme-frontend-blank/Magento_Theme/layout/default_head_blocks.xml like this: <remove src=”css/styles-m.css”/> <remove src=”css/styles-l.css”/> That works… Read More »How to remove Default style-m.css and styles-l.css Stylesheet, Add Back One Page Only