• Resolved umini22

    (@umini22)


    Hi,

    i want to change the text color to white, i tried this css code but it doesnt do anything:

    .wpforms-confirmation-container-full {
    padding: 5px !important;
    background-color: #000 !important;
    border: #000 !important;
    }
    thanks

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Amjad Ali

    (@amjadali688)

    Hi @umini22 ,

    Thanks for reaching out!

    To change the confirmation message text color to white, you can use the following CSS:

    div.wpforms-container-full .wpforms-confirmation-container-full p, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) p {    
    color: #fff !important;
    }

    And in case it helps, here’s a tutorial on how to add custom CSS like this to your site.

    Hope this helps!

    Plugin Support Amjad Ali

    (@amjadali688)

    Hi @umini22 ,

    We haven’t heard back from you in a few days, so I’m going to go ahead and close this thread for now. But if you’d like us to assist further, please feel welcome to continue the conversation.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘WPform confirmation message styling’ is closed to new replies.