Home Forums Basel support forum Popup form formating

Popup form formating

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #52256

    Dave1983
    Participant

    Hi there,

    Ive managed to add an extra field to the popup form (First name) but I cant get the formatting to match the email address field (image attached) Any ideas?

    Cheers

    Dave

    Attachments:
    You must be logged in to view attached files.
    #52284

    Artem Temos
    Keymaster

    Hi,

    Could you please send us a link to your website where we can see this issue?

    Kind Regards

    #55319

    Dave1983
    Participant

    Cheers, my site isnt live yet, is there some css I can change to fix this? Or do you need to log onto my site to see the problem? I’ve attached another screenshot which hopefuly makes more sense

    best regards

    Dave

    Attachments:
    You must be logged in to view attached files.
    #55340

    Bogdan Donovan
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings.

    .mc4wp-form input[type=text] {
    		background-color: transparent;
        border: none;
        border-bottom: 2px solid rgba(129,129,129,.35);
        box-shadow: none;
    }
    
    .mc4wp-form input[type=text]:focus {
    	border-color: rgba(129,129,129,.35);
    }

    Regards

    #55391

    Dave1983
    Participant

    You’re a legend Bogdan! That worked, thanks for that!

    #55436

    You are welcome. If you have any questions feel free to contact us.

    Best Regards

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘Popup form formating’ is closed to new replies.