Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Lap

    (@lapzor)

    I notice you added some custom css to the checkbox itself. Note that there should not be a ; between the color code and !important.

    Instead of applying the CSS to the checkbox, this is how you apply it to the text itself via a “span”:

    <span style="color: #484f56 !important;">I have read and agree to the Privacy Policy.</span>

    Hope that helps. If you have any questions, please let me know!

    Thread Starter rodrigor17

    (@rodrigor17)

    Hi, thanks for response.

    It’s a checkbox.

    <input style="color: #484f56;!important" type="checkbox">I have read and agree to the Privacy Policy.

    Problem persist. Help please.

    https://prnt.sc/Qu05p10MC2rA

    Plugin Contributor Harish Chouhan

    (@hchouhan)

    Hey @rodrigor17,

    Do you want to change the color of the text next to the checkbox or the color of the checkbox?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Color checkbox’ is closed to new replies.