• Hi,
    I’m looking for a colour swatch plugin for selling t-shirts of different colours. I’ve installed this plugin and everything is great apart from the fact that the swatch colours appear at 0.5 opacity until you select one – this seems misleading as people should really be able to see all the true colours up front.

    I realise the 0.5 fade is to indicate ‘unselected’ but this seems like a bad way to do it, in a situation where understanding the true colour of the product is important. The tick indicates selected colour clearly anyway!

    Is it possible to set all the unselected color swatches to 100% opacity?

    Many thanks

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter salpilk

    (@salpilk)

    PS. I have edited the opacity in my plugin files – I just wonder if it makes sense to edit your plugin to the update is official for everyone. My changes will get overridden with plugin updates.

    Nicole

    (@calirockangel)

    I completely agree! It doesn’t make a lot of sense to have the color swatch not be true to the color when seeing the selections. I know this isn’t a very new topic, but if you could let me know the code you used to fix this, that would be great, thank you!

    Nicole

    (@calirockangel)

    Update – FYI – I just put this css in my custom CSS file for the theme and it overrode the plugin css and did the trick…and now it won’t get overwritten when it updates ??

    .tawcvs-swatches .swatch {
    opacity: 1 !important;
    }

    Yep I had the same problem and adopted the same solution . Now if only I could automatically hide invalid variation swatches and prevent user from having to deal with alert dialog boxes this plugin would be a 5 star creation!

    @ Nicole,

    Your little trick still works.

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Color swatch opacity’ is closed to new replies.