QuestionQ1

Adobe Experience Manager Sites

An Adobe Commerce developer is extending a theme from Magento\blank and needs to override the parent theme’s styles.

Which file must the developer change to override the parent theme styles?

  • A web/css/source/_extends.less
  • B web/css/source/_extend.less
  • C web/css/source/_theme.less
Explanation

In an Adobe Commerce theme that inherits from Magento/blank, web/css/source/_theme.less overrides the parent theme’s _theme.less variables. The _extend.less file is used to add or extend styles rather than replace the parent theme’s variable definitions.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!