We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9011d20 commit 48d928aCopy full SHA for 48d928a
layout/theme.liquid
@@ -395,7 +395,7 @@
395
396
<body class="gradient{% if settings.animations_hover_elements != 'none' %} animate--hover-{{ settings.animations_hover_elements }}{% endif %}">
397
{% 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' -%}
+ {%- if request.design_mode or customer.tags contains 'b2b' or template contains 'customers/' or request.path == '/challenge' or request.path == '/pages/trade-login' -%}
399
{% assign showSiteForB2B = false %}
400
{% endif %}
401
{%- if showSiteForB2B == blank -%}
0 commit comments