Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #4544099
Forms
Open

Comments

  • emersonerlls1 started the conversation

    Hi, how are you? I hope you're well.

    How can I change the website forms to Contact Form 7?

    I don't want to use MC4WP.

  •  3,116
    PenciDesign replied

    Hi,

    MC4WP is not a contact form. It is a plugin that helps you collect visitors’ email addresses and send them updates when your site has new content or marketing campaigns.

    You can install Contact Form 7 or any other contact form plugin to create a contact form.

    Regards,
    PenciDesign.

  •   emersonerlls1 replied privately
  •  3,116
    PenciDesign replied

    Hi,

    Please turn off the Coming Soon mode. I will check the site and then send you a custom CSS code.

    Regards,
    PenciDesign.

  •   emersonerlls1 replied privately
  •  3,116
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .footer-subscribe .wpcf7 p.mdes {
      color: #5c5c5e;
      font-size: 18px;
      font-style: italic;
      line-height: 1.5;
      width: 740px;
      display: block;
      clear: both;
      margin-bottom: 23px;
    }
    .footer-subscribe .wpcf7-form {
      max-width: 540px;
      width: 100%;
      margin: 0;
      text-align: center;
      margin-left: auto !important;
      margin-right: auto !important;
      overflow: hidden;
    }
    .footer-subscribe .wpcf7 p.mdes {
      width: auto;
    }
    .footer-subscribe .wpcf7-form .memail {
      float: left;
      width: 390px;
      margin-left: 0;
      margin-right: 0;
    }
    .footer-subscribe .wpcf7-form .memail input {
      border-color: #bc808c;
      height: 48px;
      line-height: 48px;
    }
    .footer-subscribe .wpcf7-form .memail:hover input {
      border-color: #333;
    }
    .footer-subscribe .wpcf7-form .msubmit {
      float: right;
      width: 140px;
      margin-left: 0;
      margin-right: 0;
    }
    .footer-subscribe .wpcf7-form .msubmit input {
      background: #bc808c;
      color: #fff;
      height: 48px;
      line-height: 48px;
      padding-top: 0;
      padding-bottom: 0;
    }
    .footer-subscribe .wpcf7-form .msubmit input:hover {
      background: #000;
    }
    @media only screen and (max-width: 767px) {
      .footer-subscribe .wpcf7{
        padding-left: 20px;
        padding-right: 20px;
      }
      .footer-subscribe .wpcf7-form .memail,
      .footer-subscribe .wpcf7-form .msubmit {
        float: none;
        width: 100%;
      }
    }
    

    Regards,
    PenciDesign.

  • emersonerlls1 replied

    It turned out great, thank you!

  •   emersonerlls1 replied privately
  •  3,116
    PenciDesign replied

    Hi,

    For this case, please send me your WordPress admin account in a PRIVATE reply.
    I'll log in and try to help you check this problem.

    Regards,
    PenciDesign.

  •   emersonerlls1 replied privately
  •  3,116
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .footer-subscribe .wpcf7 form .wpcf7-response-output {
      display: flex;
      width: 100%;
      float: none;
      margin: 0;
      border-width: 1px;
      padding: 10px 20px;
    }

    Regards,
    PenciDesign.

  • emersonerlls1 replied

    It turned out very well, but there's a permanent rectangle at the bottom.

    Image attached.

    Attached files:  Captura de tela 2026-04-16 211552--form 2.png

  •  3,116
    PenciDesign replied

    Hi,

    Please modify this CSS:

    .footer-subscribe .wpcf7 form .wpcf7-response-output {
      margin: 0;
      width: 100%;
      display: flex;
      padding: 10px 25px;
      color: inherit;
    }

    Regards,
    PenciDesign.