Class and section get unset in the live store after pushing it from local.

Topic summary

A developer added custom CSS class code to the sections/image-banner.liquid file in their local Shopify theme. The code includes schema settings for custom CSS classes:\n\n- A text input field (section_css_class_two) labeled \

Summarized with AI on November 13. AI used: claude-sonnet-4-5-20250929.

I’ve added this code to sections/image-banner.liquid.

Class and section get unset in the live store after pushing it from local.

Can you please explain What is the reason for the class and section being unset in the live store?

{ "type": "text", "id": "section_css_class_two", "label": { "en": "Section CSS Class" }, "default": { "en": "Type your own CSS class" } }
2 Likes