Tagged: x
-
AuthorPosts
-
June 5, 2016 at 3:58 am #1026404
GhostWhaleParticipantHi,
I’m no developer but have picked up the basics of CSS whilst building my site using X and your help through this forum.
I’m using “SendInBlue” rather than Mailchimp for my newsletter platform and have installed the SendInBlue plugin. The design of their widget is not in keeping with the rest of my site and I’m trying to adjust the global CSS for the widget using the X custom CSS tool in customiser to change this and i’m clearly doing something wrong so am hoping you can point out my mistake.
Rather than list all the changes I want to make, I’ll use an example of what I’m doing. Once I know what I’m doing wrong will let me make all the other changes I need.
So for the example, I’m trying to change the background colour of the ‘name’ input field in the widget to #123456. The code I’m putting into X’s custom css tool is:
.sib-NAME-area: {
background-color: #123456;
}June 5, 2016 at 4:00 am #1026406
GhostWhaleParticipantThis reply has been marked as private.June 5, 2016 at 10:13 am #1026672
ThaiModeratorHi There,
Please try adding the following CSS under Customizer > Custom > Global CSS:
.sib_signup_form input[type="text"], .sib_signup_form input[type="email"] { background-color: #f0f0f0; padding: 10px 15px; }Hope it helps 🙂
June 6, 2016 at 5:03 am #1027711
GhostWhaleParticipantIt really does help. Thanks.
The only outstanding thing I can’t figure out is how to adjust the width of the input fields. If you can help with this I’ll be sorted.
Cheers
June 6, 2016 at 6:48 am #1027841
ThaiModeratorHi There,
Please update the previous CSS a bit:
.sib_signup_form input[type="text"], .sib_signup_form input[type="email"] { background-color: #f0f0f0; padding: 10px 15px; border-radius: 0px; border-width: 2px !important; max-width: 600px !important; }Hope it helps 🙂
June 6, 2016 at 8:52 am #1028018
GhostWhaleParticipantYup nailed it.
Thanks
June 6, 2016 at 10:21 am #1028153
JoaoModeratorGreat to hear it.
Let us know if you need help with anything else.
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1026404 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
