Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #935181

    I need to change font color for “input_checkbox_label in bottom page, only for form with background image
    https://www.mylabrador.eu/stelle/cucciolata-chocolate-hope-x-heidi/

    #935237

    Hey Stefano,
    I believe you are referring to changing the red privacy policy link to white, if so please try:

    #form2 .input_checkbox_label a {
        color: #fff!important;
    }

    Best regards,
    Mike

    #935241

    Yes privacy link and text color.

    I try to

    #form2 .input_checkbox_label, #form2 .input_checkbox_label a {color:#fff!important}

    #935500

    Hi,
    Your !important; is missing the “;”
    Please try this:

    #form2 .input_checkbox_label, #form2 .input_checkbox_label a {color:#fff!important;}

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.