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 #2608853
customise signup form in side bar
Closed

Comments

  • KylieAlla started the conversation

    Hi there,

    I would like to customise my sign up form in the side bar with an image and more vertical and horizontal padding in the same way as this user in the image has done.  I'm using mailchimp to collect emails and I'm just wondering whether it's possible to do this on the site?

  •  2,699
    PenciDesign replied

    Hi,

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

    .penci-sidebar-content .mc4wp-form{ 
        padding: 30px 20px;
        background: url(YOUR_BACKGROUND_IMAGE_URL_PUT_HERE);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }
    

    Note:

    1/ Change   YOUR_BACKGROUND_IMAGE_URL_PUT_HERE  on the above code to your background image URL. You can check this guide to know how to get URL of an image.

    2/ Change value 30 to padding top & bottom value as you want.

    3/ Change value 20 to padding left & right value as you want.

    Best Regards,

    PenciDesign