Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support fizanzvai

    (@fizanzvai)

    @alsakb

    Could you try the following CSS

    .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item.selected:not(.no-stock) .variable-item-contents:before  {
        display:none !important;
    }

    Thank you

    Thread Starter alsakb

    (@alsakb)

    Hi,

    Tried not working.

    thanks

    Hi,

    Please try the below CSS

    .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item.selected:not(.no-stock) .variable-item-contents:before {
        background-image: none;
    }

    Then let me know if it works or not.

    Thread Starter alsakb

    (@alsakb)

    Hi,

    Also not working,
    My link below so you can check as well by in inspect.
    Here

    thanks

    It should work. Try the below:

    .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item.selected:not(.no-stock) .variable-item-contents:before{
        background-image: none;
    }

    Still not working? clear your cache like browser cache, caching plugin cache, and server-side cache.

    If still not working try the below:

    .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item.selected:not(.no-stock) .variable-item-contents:before{
        background-image: none !important;
    }

    Then clear your cache. If still no luck, it is difficult to answer without accessing your site.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Wants to remove Tick mark from selected items’ is closed to new replies.