Gift Registry Widget: Check box border color

  • fntgflorida
    Asked on June 7, 2016 at 3:35 PM

    Hello. I have tried the suggestion in this forum post and it is not working for me. Can you please advise?

    Gift Registry widget - change colour of checkbox

     

    Gift Registry Widget: Check box border color Image 1 Screenshot 20

  • Kiran Support Team Lead
    Replied on June 7, 2016 at 4:48 PM

    Please try injecting the following CSS to the widget Custom CSS code section to change the border color of the checkbox. 

    .checklist label.checkbox .before {

        border: 3px solid #fff !important;

    }

    Gift Registry Widget: Check box border color Image 1 Screenshot 20

    If you need any further assistance, please let us know. We will be happy to help. 

  • fntgflorida
    Replied on June 7, 2016 at 4:53 PM

    Thank you, I must have had something wrong in the code from the previous post. I appreciate your help and fast response!