• Hi

    Using wpforms in contact us section zerif lite. Need to change the button color and hover for send button.

    Any help highly appreciated

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Anonymous User 16453565

    (@anonymized-16453565)

    hey, @zeekitter

    To do that, go to Appearance → Customize → Additional CSS and enter the following code:

    .red-btn {
      background: #e96656; /*Add your desire color*/
    }
    
    .pirate_forms .pirate-forms-submit-button:hover {
      background: #cb4332; /*Add your desire color*/
    }

    Let me know if that does it.
    Thank you.

    Thread Starter zeekitter

    (@zeekitter)

    Hi thanks

    I will try this but am using wp forms.

    Thread Starter zeekitter

    (@zeekitter)

    Hi, tried the code but it didn’t work.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change contact us button’ is closed to new replies.