• Resolved mparsons501979

    (@mparsons501979)


    I’ve just noticed there is an opacity of 0.5 set against all my product variations which wasn’t there previously. I’ve looked on the plugin settings and can’t see anything that allows me to set the opacity value but maybe I’m missing something. Yes, I can change it all via CSS but hoped there was a quick fix in the plugin settings.

    Am running v1.0.1.16

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi,
    The opacity is added for out-of-stock attributes only. If you don’t want it, please use below css:

    .vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-select .vi-wpvs-option-wrap.vi-wpvs-option-wrap-out-of-stock .vi-wpvs-option, .vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-select .vi-wpvs-option-wrap.vi-wpvs-option-wrap-out-of-stock-attribute .vi-wpvs-option, .vi-wpvs-variation-wrap:not(.vi-wpvs-variation-wrap-select) .vi-wpvs-option-wrap.vi-wpvs-option-wrap-out-of-stock-attribute>:not(.vi-wpvs-option-tooltip), .vi-wpvs-variation-wrap:not(.vi-wpvs-variation-wrap-select) .vi-wpvs-option-wrap.vi-wpvs-option-wrap-out-of-stock>:not(.vi-wpvs-option-tooltip) {
        opacity: 1 !important;
    }

    Best regards

    Thread Starter mparsons501979

    (@mparsons501979)

    @kimvt1991 thanks for your reply. I’m seeing the opacity on items that are in stock which is why I thought I should flag it as an issue. Will the CSS you gave me still work given this is the case?

    I’m seeing the opacity on items that are in stock which is why I thought I should flag it as an issue

    If that’s the case, I don’t see that issue on my site. Please send me the URL of the product that has the issue.

    Thread Starter mparsons501979

    (@mparsons501979)

    Sure, every product on this site has the issue: https://bespoketextiles.co.uk/shop

    This product has it against every variation: https://www.bespoketextiles.co.uk/product/napkins/

    This product only has it against 2 of the variations so it’s a bit random: https://www.bespoketextiles.co.uk/product/velvet-cushions/?wyp_rand=222279

    Thank you for your information.
    The custom css in my first reply will work in this case, please add it to additional css of theme.
    Best regards

    Thread Starter mparsons501979

    (@mparsons501979)

    I’ve applied it and it’s worked. Thank you for your assistance.

    You’re welcome.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Opacity on Variations’ is closed to new replies.