Tagged: x
-
AuthorPosts
-
May 9, 2016 at 8:30 pm #983350
King JParticipantHey Guys,
I am trying to customize my mail chimp email form to look like my design. I am not that experienced with inline css. Everything is a work in progress.
Thanks
May 9, 2016 at 8:33 pm #983352
King JParticipantThis reply has been marked as private.May 9, 2016 at 11:21 pm #983493
King JParticipantHey Guys,
I am using the typekit plugin to get the desired font but do not want this particular font all over my site, just in the email sign up form. How is this possible?
Thanks.
May 10, 2016 at 1:08 am #983588
King JParticipantHey Guys,
1)I am still having font issues attempting to add the font with typekit.
2) I have tried several codes to make the contact form inline instead of stacked. Nothing has worked. Looking for some answers.
Thanks.
May 10, 2016 at 2:05 am #983626
Paul RModeratorHi,
You can add this under Custom > Edit Global CSS in the Customizer.
For #1
.x-subscribe-form-221 h1, .x-subscribe-form-221 input { font-family: "Raleway",sans-serif; }Change “Raleway”,sans-serif with the font that you like.
For #2
.x-subscribe-form-221 .x-subscribe-form fieldset { width: 45%; float: left; }Hope that helps
May 10, 2016 at 5:23 am #983813
King JParticipantHey,
Neither code worked. I will try a few more things on my end.
I am running the latest version of Integrity with Visual Composer.
Thanks.
May 10, 2016 at 7:55 am #984008
ChristopherModeratorHi there,
Please update your code to :
#x-subscribe-form-221 fieldset:first-of-type { width: 65%; float: left; margin-right: 1%; } input#x_subscribe_form_email { height: 3.2em; } #x-subscribe-form-221 h1, #x-subscribe-form-221 input { font-family: "Raleway",sans-serif; }Hope it helps.
May 10, 2016 at 10:35 pm #985242
King JParticipantThis reply has been marked as private.May 10, 2016 at 10:43 pm #985253
King JParticipantHey,
Modified your code to width 50% instead of 65%. That seemed to do the trick. Looking to make the interior email box white instead of grey and align the form with the text above it.
Thanks.
May 11, 2016 at 2:42 am #985450
ChristopherModeratorHi there,
Seems like you’ve already achieved it, do you confirm that?
See the attachment.Thanks.
May 11, 2016 at 9:23 pm #987034
King JParticipantHey Guys,
Yes. I finally achieved the look.
Thanks.
May 11, 2016 at 10:09 pm #987075
Prasant RaiModeratorYou are most welcome. 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-983350 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
