New features Please use http://kentico.uservoice.com as the primary place to submit your suggestions and allow others to vote for your ideas!
Version 7.x > New features > Swatch feature View modes: 
User avatar
Member
Member
antoniades.n-gmail - 9/9/2013 5:43:25 PM
   
Swatch feature
Hello I am trying to implement a swatch feature on my ecommerce site , i.e the customer can select from list of images . I created product option as a horizontal radio button. I modified the ProductOptionSelector to display images if the option category is of a radio button, but my problem is how can I remove the radio buttons and display only the images and work with css/ javascript to have a good result

User avatar
Member
Member
kentico_sandroj - 9/12/2013 2:41:18 PM
   
RE:Swatch feature
Hello,

We have been working on this request through e-mail so if our suggestions worked for you please let us know so that we can share it with others as well. If you have any additional questions, please feel free to ask here or reply to the ticket e-mail.

Best Regards,
Sandro

User avatar
Certified Developer 10
Certified Developer 10
josha-bpstudios - 10/9/2013 3:04:33 PM
   
RE:Swatch feature
Set the class of the div that contains the images to have this css attribute:

display: inline-block;

This worked for me.