Announcement

Collapse
No announcement yet.

Where can I edit the ShipCountry item?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Matt Zimmermann
    replied
    Hi Leslie,

    The classes are dynamically added via JavaScript based on the LI that surrounds this section:
    Code:
    <li class="c-form-list__item o-layout__item u-width-4--m &mvte:global:ShipCountry_Row;" data-classlist="c-form-select__dropdown c-form-input--large" data-id="ShipCountry" data-hook="mvt-select ShipCountry">
    <label class="c-form-label u-text-medium is-required u-font-tiny" for="ShipCountry">Country</label>
    <div class="c-form-select">
    <mvt:item name="countries" param="ShipCountry" />
    </div>
    </li>

    Leave a comment:


  • lesliekirk
    started a topic Where can I edit the ShipCountry item?

    Where can I edit the ShipCountry item?

    The CSS classes are missing from this item and I'm trying to figure out where to add them:

    Code:
    <mvt:item name="countries" param="ShipCountry" />
    I need to add class="c-form-select__dropdown c-form-input--large"

Working...
X