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 #1763822
Footer signup form - width button
Closed

Comments

  • Annikavb started the conversation

    Hi there,

    I have added the widget Footer Signup Form, but the signup button (in the attached image "HELL YEAH", is not as wide as the other fields (e.g. name, emailadress). How can I change this so that it matches?

    Also one field is black boxed and the other grey. How can I make sure they both match?

    Thank you.

    Kind regards

  •  2,699
    PenciDesign replied

    Hi,

    Please add more this code to Customize > Custom CSS to do that:

    .footer-subscribe .widget .mc4wp-form input[type="text"]{
        background: none;
        border-radius: 0;
        border-color: #d7d7da;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        padding-top: 0;
        padding-bottom: 0;
        height: 48px;
        line-height: 48px;
        font-size: 14px;
        margin: 0;
        color: #313131;
    }
    .footer-subscribe .widget .mc4wp-form input[type="text"]:focus, 
    .footer-subscribe .widget .mc4wp-form input[type="text"]:hover{
        border-color: #888888;
    }
    .footer-subscribe .widget .mc4wp-form input[type="submit"]{ max-width: 500px; }
    

    Best Regards,

    PenciDesign

  • Annikavb replied

    Thank you, it worked!

  •   Annikavb replied privately
  •  2,699
    PenciDesign replied

    Hi,

    I just checked it and I see everything working fine.


    Best Regards,

    PenciDesign