Home Forums WoodMart support forum how to remove " x clear" in the product varation page

how to remove " x clear" in the product varation page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #305849

    [email protected]
    Participant

    I would like to remove the ” x clear ” in the product varation

    attached pic link for your reference
    https://snipboard.io/3fHuFq.jpg

    possible to remove in mobile view only? as this brings my add to cart below with a scroll bar which is difficult for my customers

    #305879

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .variations_form.variation-swatch-selected .reset_variations {
        display: none !important;
    }

    Best Regards

Viewing 2 posts - 1 through 2 (of 2 total)