Skip to main content

Kiwi Injection Guide - Symmetry - Next to Size Label

Injection settings for the Symmetry theme to place the Kiwi size chart next to the size label. Go to Styles & Settings → General Settings → Display.

Paid theme by Clean Canvas (v7.1.2 – v8.3.2). Go to Styles & Settings → General Settings → Display to enter these settings.

Settings

  • Inject: End of

  • Selector type: CSS selector

  • Selector: fieldset.option-selector[data-option="Size"] > legend.label


    Custom CSS:

    .ks-chart-container {
    display: inline;
    }

For non-English stores, update data-option to match the store's size label. Danish stores use ‘Størrelse’ — selector becomes fieldset.option-selector[data-option="Størrelse"] > legend.label.

Did this answer your question?