Shopify Cookiebar - cannot dismiss pernamently on localdev/customizer

I know a few are frustrated by this, here’s a temporary work-around for now:

{%- if theme.role == "development" or request.design_mode -%}
    {% style %}
        #shopify-pc__banner {
            display:none!important;
        }
    {% endstyle %}
{%- endif -%}
2 Likes