Important
You are browsing upcoming documentation for version 7.0 of OroCommerce, scheduled for release in 2026. Read the documentation for the latest LTS version to get up-to-date information.
See our Release Process documentation for more information on the currently supported and upcoming releases.
How to Override, Remove, Disable Files
Override or Disable Files
To remove or override scss/css, create an assets.yml and write the following config in Resources/views/layouts/{theme_name}/ for layout theme, or in Resources/config/oro/ for back-office.
css:
inputs:
- 'bundles/oroform/default/scss/styles.scss': ~ // file will be removed from build process
- 'bundles/oroform/default/scss/styles.scss': 'bundles/oroform/your_theme/scss/styles.scss' // file will be overridden