You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: src/guides/v2.3/frontend-dev-guide/themes/theme-apply.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ After you [add your theme to the file system]({{ page.baseurl }}/frontend-dev-gu
21
21
22
22
To apply a theme:
23
23
24
-
1. In Admin, go to **CONTENT** > **Design** > **Configuration**. A Design Configuration page opens. It contains a grid with the available configuration scopes. For example:
24
+
1. In Admin, go to **Content** > Design > **Configuration**. A Design Configuration page opens. It contains a grid with the available configuration scopes. For example:
25
25
26
26
![Design Configuration page]
27
27
@@ -39,7 +39,7 @@ To apply a theme:
39
39
Design exceptions enable you to specify an alternative theme for particular user-agents, instead of creating a separate store views for them.
40
40
To add a design exception:
41
41
42
-
1. In Admin, go to **CONTENT** > **Design** > **Configuration**
42
+
1. In Admin, go to **Content** > Design > **Configuration**
43
43
1. In the configuration record corresponding to your store view, click **Edit**.
44
44
1. On the **Design Rule** tab, click **Add New User Agent Rule**.
45
45
1. In the **Search String** box specify the user-agent using either normal strings or regular expressions (PCRE). In the **Theme Name** drop-down list select the theme to be used for matching agent.
@@ -52,7 +52,7 @@ To add a design exception:
52
52
You might want to set a permanent store logo that displays on the storefront no matter what theme is applied.
53
53
To add a permanent theme-independent logo:
54
54
55
-
1. In Admin, go to **CONTENT** > **Design** > **Configuration**
55
+
1. In Admin, go to **Content** > Design > **Configuration**
56
56
1. In the configuration record corresponding to your store view, click **Edit**.
57
57
1. Expand the **Header** tab.
58
58
1. In the **Logo Image** field browse to the logo file saved in your file system.
0 commit comments