Terms and conditions widget: checkbox not visible

  • lavita_g
    Asked on September 23, 2015 at 11:18 AM

    Hi,

     

    The Terms and Conditions widget has a problem. The check box is not visible (unless you hover over it with the mouse). Can you fix this?

  • Boris
    Replied on September 23, 2015 at 1:36 PM

    Yes, this can be fixed easily by adding a little bit of CSS into that terms and conditions widget.

    To have the checkbox appear at all times as it does only on hover at the moment, you can add the following code:

    .icheckbox_minimal {
        background-position: -20px 0px !important;
    }

    It can be added by clicking on the wand-shaped icon of this widget, switching to the Custom CSS tab, and pasting the code there. Please refer to the image below for visual guidance:

    Terms and conditions widget: checkbox not visible Image 1 Screenshot 20

    If you want, you can also change the color of the "I agree to" text with the following code:

    label { color: black !important; }

    Please let us know if you need further assistance, and we will be happy to help.