Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1450342

    Hello, we would like to change the color of the text below the contact form from blue to white. The text is the privacy policy next to the check box (Screenshot 1). This text was inserted and activated under Enfold > Privacy and cookies > Privacy policy (Screenshot 2). Is this possible? Thank you for your support.

    #1450429

    Hey reqonsult,

    Please try the following in Quick CSS under Enfold->General Styling:

    .avia_ajax_form input.input_checkbox_label {
      color: #fff;
    }

    Best regards,
    Rikard

    #1451854

    Unfortunately it did not work, please see the attached screenshot. Please also note that it would not be advisable to set all texts next to all the checkboxes to #fffff. This is because the background will not always be dark. Are there other alternative solutions?

    #1451864

    Hi,

    Please try this instead:

    #beratunganfordern .avia_ajax_form .input_checkbox_label {
      color: #fff;
    }

    Best regards,
    Rikard

    #1451874

    Hello Rikard, thank you very much. It worked.

    #1451893

    Hi,

    Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1454811
    This reply has been marked as private.
    #1455093

    Hi,

    Thanks for letting us know. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Color of privacy policy next to the check box’ is closed to new replies.