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 #2261725
subscribe form
Closed

Comments

  • Michalholzberg started the conversation

    Hi,

    My footer subscribe mailchimp form dont include name field.

    how do I had one there?

    only my sidebar widget shows the name field

    Michal

  •  2,699
    PenciDesign replied

    Hi,

    Yeah, by default we will hide the name field on subscrible form on the footer because that's not required field.

    .footer-subscribe .mc4wp-form .mname{ display: block; }
    .footer-subscribe .mc4wp-form .memail,
    .footer-subscribe .mc4wp-form .msubmit{ float: none; display: block; width: 100%; margin-right: 0; margin-left: 0; }
    .footer-subscribe .mc4wp-form .msubmit input,
    .footer-subscribe .widget .mc4wp-form input[type="email"], 
    .footer-subscribe .widget .mc4wp-form input[type="text"]{ width: 100%; max-width: 100%; }
    

    Best Regards,

    PenciDesign