Tagged: x
-
AuthorPosts
-
February 9, 2017 at 11:28 pm #1365465
watueParticipantI am trying to get a background for my contact 7 form (that’s on my Pay Membership Dues page) to look like the contact form on http://persondems.org/contribute/. How do I get a background with rounded corners and white fields?
Also, how do I line up my checkboxes at the bottom of the form so that all the checkboxes line up vertically (one checkbox exactly under the other)?
Thanks for your help. My login credentials are in a private post below.
February 9, 2017 at 11:30 pm #1365466
watueParticipantThis reply has been marked as private.February 10, 2017 at 1:04 am #1365553
FriechModeratorHi There,
Thanks for writing in! You can add this under Custom > CSS in the Customizer.
.page-id-76 form.wpcf7-form { background-color: #dddddd; padding: 30px; border-radius: 20px; } .page-id-76 form.wpcf7-form .wpcf7-list-item { text-align: left; text-indent: 35%; }Hope it helps, Cheers!
February 10, 2017 at 10:18 am #1366009
watueParticipantThank you. That is exactly what I was wanted. However, how can I change the size of the text area to be smaller, i.e. all the white space on the form is smaller?
February 10, 2017 at 1:57 pm #1366245
Nabeel AModeratorHi again,
You can add the following in your Customizer:
textarea.wpcf7-textarea { height: 75px !important; }Let us know how this goes!
February 10, 2017 at 2:24 pm #1366279
watueParticipantThat did not work, so I changed it to the following and that did not work either.
.page-id-76 form.wpcf7-form textarea.wpcf7-textarea {
width: 75px !important;
}I am actually trying to change the width of the fields.
February 10, 2017 at 2:42 pm #1366302
watueParticipantI have it the way I want it now. I changed the left and right padding for the form. Thank you for all your help.
February 10, 2017 at 9:58 pm #1366676
Prasant RaiModeratorYou are most welcome. 🙂
February 10, 2017 at 9:59 pm #1366677
FriechModeratorWe’re delighted to assist you with this.
Cheers!
February 10, 2017 at 11:40 pm #1366741
watueParticipantJust one other thing….when I added the background color for the form on Pay Membership Dues page, it also changed the form shows when hovering Contact Us on the navigation page. Please point me in the right direction for only changing the form on Pay Membership Dues page.
February 11, 2017 at 12:51 am #1366791
FriechModeratorHi There,
Sorry I did not notice that you have another form on the menu. Please update my given css code above to this:
.page-id-76 #x-section-4 form.wpcf7-form { background-color: #dddddd; padding: 30px; border-radius: 20px; } .page-id-76 #x-section-4 form.wpcf7-form .wpcf7-list-item { text-align: left; text-indent: 35%; }Hope it helps, Cheers!
February 11, 2017 at 8:09 pm #1367472
watueParticipantThank you.
February 12, 2017 at 3:17 am #1367674
Rue NelModeratorYou are most welcome!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1365465 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
