Tagged: 

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

    Hi,
    I’ve searched through many thread for this solution but so far nothing has worked.

    At the base of my contact form, just above the submit button I have a checkbox with the text for the GDPR info (see screenshot below) and I want the text in mid gray rather than black.

    I tried the following hoping it would work but no!
    #top .av-custom-form-color label[for=”avia_6_1″] {
    color: #7a7b7b;
    }
    Screenshot

    There must be something that will work.

    Thanks.
    Kind regards,Ken

    #1066573

    Hi there,
    try this it should work.

    .first_form .input_checkbox_label {
        color: #C0C0C0 !important;
    }

    Regards
    Alex

    #1066576

    Hi, Thank you for that. Works on the Desktop but not on the mobile for some reason.

    #1066595

    Hi,
    maybe it is cached somewhere but it should work on mobile too.
    Screenshot Mobile https://d.pr/i/iS4dwg

    Try to delete the Browser cache or try it with a parameter at the end of the url https://www.marinabruni.com/?test

    Regards
    Alex

    #1066600

    Hi, just cleared mobile browser cache and can now see it. Thanks again for your help.

    Regards
    Ken

    #1066827

    Hi Ken,

    Great, I’m glad you got it working. Please let us know if you should need any further help on the topic or if we can close it. Thanks @Evendril for helping out.

    Best regards,
    Rikard

    #1066891

    All sorted. Thanks for your superb support.

    #1067313

    Hi Ken,

    Thanks for the update, I’ll go ahead and close this thread for now then. 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 ‘Contact form checkbox element text color’ is closed to new replies.