• Resolved dannydubin

    (@dannydubin)


    I have Lezzatos theme and want to change the color of my contact submit button, which is now gray. You can see it at https://dannydubin.com/contact/. I would like to change the color of the button to match my mailchimp signup form with the color: #C71628.
    Thank you,
    Danny Dubin

Viewing 5 replies - 1 through 5 (of 5 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Add below css code into your theme’s ‘style.css’ file.

    .content-column .wpcf7 .wpcf7-form .wpcf7-submit {
      background-color: #C71628;
      border: 0 none;
      border-radius: 4px;
      color: #FFFFFF;
      cursor: pointer;
      font-size: 15px;
      font-weight: bold;
      line-height: 32px;
      width: 76px;
    }
    
    .content-column .wpcf7 .wpcf7-form .wpcf7-submit:hover {
      background-color: #555555;
    }

    Let me know incase of any further queries.

    Thread Starter dannydubin

    (@dannydubin)

    It worked, thanks for the help!

    AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Good to know Danny ??

    Feel free to give me a buzz [email redacted] for any further concern and I’d be glad to assist.

    Cheers..!!

    Thread Starter dannydubin

    (@dannydubin)

    Hey again,
    Now it seems that my signup form button is displaying text but not the red and hover background as before. How do I get it back to normal?
    Thank you,
    Danny

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    AddWeb: Please do not ask for off-forum contact. Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change Color of Contact Button in Lezzatos theme’ is closed to new replies.