Announcement

Collapse
No announcement yet.

Where can I edit the ShipCountry item?

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

    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"

    Leslie Kirk
    Miva Certified Developer
    Miva Merchant Specialist since 1997
    Previously of Webs Your Way
    (aka Leslie Nord leslienord)

    Email me: [email protected]
    www.lesliekirk.com

    Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

    #2
    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>
    Matt Zimmermann

    Miva Web Developer
    Alchemy Web Development
    https://www.alchemywebdev.com
    Site Development - Maintenance - Consultation

    Miva Certified Developer
    Miva Professional Developer

    https://www.dev4web.net | Twitter

    Comment

    Working...
    X