How to have different colors for the checkboxes in the Configurable list?

  • Cliveg
    Asked on January 30, 2017 at 9:44 AM
    Hi Helen,
    I should also say, I would also like to colour them differently (some in blue, some in red). Do you also know if this can be done?
    Thanks,
    Clive
  • Kiran Support Team Lead
    Replied on January 30, 2017 at 10:02 AM

    If you want to change the color of the label for checkbox, you may add the following CSS code to the Custom CSS section of the widget as shown below:

    .checkbox {

        background-color: #32bde8;

    }

    How to have different colors for the checkboxes in the Configurable list? Image 1 Screenshot 20

    You may change the color code as per your requirement. For more information of the color codes can be used, please refer to the web page below:

    http://www.w3schools.com/colors/colors_names.asp

    Hope this information helps!