New Landing How can we help? Cardinal Change form message colour

Viewing 10 posts - 1 through 10 (of 10 total)
  • Posted in: Cardinal
  • #286838
    zohia
    Member
    Post count: 109

    Can you help me with the code to change the colour of the alert message that shows up when a cliente sends a form reply?

    Contactos

    #286871
    David Martin – Support
    Moderator
    Post count: 20834

    Change to what, please be specific?

    Here are the codes to change the border color:

    div.wpcf7-validation-errors {
        border: 2px solid blue;
    }
    div.wpcf7-mail-sent-ng {
        border: 2px solid white;
    }
    #286888
    zohia
    Member
    Post count: 109

    I’m so sorry for not being specific.
    I want to change the colour of the text/font to white.
    The border is ok.

    #286921
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    div.wpcf7-validation-errors {
        color: #fff !important;
    }

    Thanks
    Mohammad

    #287040
    zohia
    Member
    Post count: 109

    It’s not working. I’m attaching a printscreen of the message that shows up when I send the form.

    Attachments:
    You must be logged in to view attached files.
    #287042
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please insert a closing brace } after this code from custom css area:-

    .archive.woocommerce ul.products li.product a img {
        margin-bottom: 0;

    And removing a closing brace } after this code from custom css area:-

    div.wpcf7-validation-errors {
        color: #fff !important;
    }

    Thanks
    Mohammad

    #287213
    zohia
    Member
    Post count: 109

    Thanks!
    Now the alerts are showing up in white but the confirmation message (A tua mensagem foi enviada com sucesso. Assim que tratarmos de todos os gatos ao nosso cuidado, entraremos em contacto.) is still in grey.

    #287222
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    div.wpcf7-mail-sent-ok {
    	color: #fff !important;
    }

    Thanks
    Mohammad

    #287253
    zohia
    Member
    Post count: 109

    Thanks!

    #287260
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You most welcome and glad 🙂 to help you.
    Thanks
    Mohammad

Viewing 10 posts - 1 through 10 (of 10 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register