Change color of Image Checkbox labels

  • fixedbody
    Asked on August 22, 2016 at 7:02 PM

    How can I change the color of an image check box title? Notice when I hover the widget the title is there but since my background is black the black font can't be seen. Thanks in advance.

    Change color of Image Checkbox labels Image 1 Screenshot 30Change color of Image Checkbox labels Image 2 Screenshot 41

  • jonathan
    Replied on August 22, 2016 at 10:28 PM

    Please try this CSS code in the custom css of the image checkboxes.

    li label {

        color: rgb(182, 151, 17) !important;

    }

    Change color of Image Checkbox labels Image 1 Screenshot 30

    Change color of Image Checkbox labels Image 2 Screenshot 41

     

    Just change the color to your preference. Let us know if this did not work.

    Thanks.