After July 2021, the 2.3.x release line will no longer receive quality updates, or user guide updates. PHP 7.3 reaches end of support in December 2021 and Adobe Commerce 2.3.x reaches end of support in September 2022. We strongly recommend planning your upgrade now to Adobe Commerce 2.4.x to help maintain PCI compliance.

Design Configuration

The information on this page is intended for Adobe Commerce 2.3 customers who are on an extended support contract. The Adobe Commerce Merchant Documentation for current releases is published on the Adobe Experience League.

The Design Configuration makes it easy to edit design-related rules and configuration settings by displaying the settings on a single page.

Design Configuration page

Change the design configuration

  1. On the Admin sidebar, go to Content > Design > Configuration.

  2. Find the store view that you want to configure and click Edit in the Action column.

    The page displays the current design settings for the store view.

  3. To change the default theme, set Applied Theme to the theme that you want to apply to the view.

    If no theme is specified, the system default theme is used. Some third-party extensions modify the system default theme.

  4. If the theme is to be used for only a specific device, set the User Agent Rules.

    User-Agent Rules

    For each device type where you want to specify a theme:

    • Click Add New User Agent Rule.

    • For Search String, enter the browser ID for the specific device.

      A search string can be either a normal expression or Perl Compatible Regular Expression (PCRE). To learn more, see User Agent. The following search string identifies Firefox:

         /^mozilla/i
      
    • For Theme Name, choose the theme to be used for the specified device.

    You can add as many rules for the devices you want to designate. The search strings are matched in the order they are entered.

  5. Under Other Settings, expand each section and follow the instructions in the linked topics to edit the settings as needed.

    Other settings to affect design

  6. When complete, click Save Configuration.