Skip to content

Commit 48d928a

Browse files
authored
Update theme.liquid
1 parent 9011d20 commit 48d928a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layout/theme.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@
395395

396396
<body class="gradient{% if settings.animations_hover_elements != 'none' %} animate--hover-{{ settings.animations_hover_elements }}{% endif %}">
397397
{% comment %} Define accessible pages {% endcomment %}
398-
{%- if customer.tags contains 'b2b' or template contains 'customers/' or request.path == '/challenge' or request.path == '/pages/trade-login' -%}
398+
{%- if request.design_mode or customer.tags contains 'b2b' or template contains 'customers/' or request.path == '/challenge' or request.path == '/pages/trade-login' -%}
399399
{% assign showSiteForB2B = false %}
400400
{% endif %}
401401
{%- if showSiteForB2B == blank -%}

0 commit comments

Comments
 (0)