Skip to main content

Kiwi Injection Guide - Vessel - Above Add to Cart

Injection settings for the Vessel theme (v3.0.0) to place the Kiwi size chart above the Add to Cart button. Requires Custom CSS.

Paid theme (theme_store_id: 3628, v3.0.0). Go to Styles & Settings → General Settings → Display to enter these settings.

Settings

  • Inject: Before

  • Selector type: CSS selector

  • Selector: .product-form-buttons

Custom CSS

Add to Advanced → Custom CSS:

.ks-chart-container {
    text-align: left !important;
    display: flex !important;
    align-items: center !important;
    margin-top: 8px !important;
    margin-bottom: 8px !important;
}
Did this answer your question?