Tagged: x
-
AuthorPosts
-
October 4, 2016 at 12:39 pm #1202292
andre1980ParticipantHello,
I just came across a website who have an area in their website for their newsletter like this: https://imu.nl/ (almost on the bottem, the picture with the book on the right). How can I make this in my website?
Kind Regards,
André ScholtenOctober 4, 2016 at 1:06 pm #1202314
RahulModeratorHey There,
Thanks for writing in!
To be able to have a newsletter subscription form, please install Email Forms by going to X Addons > Extensions. To know more how you can properly set it up, please check out our knowledge base:
https://community.theme.co/kb/extension-email-forms/
Hope this helps!
October 5, 2016 at 6:38 am #1203272
andre1980ParticipantHello Rahul,
Thank you. I got pretty far. Can you tell me how to change the color of the font in the subscription form? See attachment.
Thank you.
October 5, 2016 at 7:47 am #1203340
ChristianModeratorHey there,
Please add the code below in your Appearance > Customize > Custom > Global CSS
input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: red;
}
input::-moz-placeholder { /* Firefox 19+ */
color: red;
}
input:-ms-input-placeholder { /* IE 10+ */
color: red;
}
input:-moz-placeholder { /* Firefox 18- */
color: red;
}Hope that helps. đŸ™‚
October 5, 2016 at 8:13 am #1203382
andre1980ParticipantJust the word red, or can I use a code like #333333?
October 5, 2016 at 9:16 am #1203453
ChristianModeratorChange red as per your needs. Please see http://cloford.com/resources/colours/500col.htm or http://www.color-hex.com/ for more CSS colors.
Thanks.
October 7, 2016 at 2:12 am #1206426
andre1980ParticipantThanks a lot! It worked.
October 7, 2016 at 2:21 am #1206433
FriechModeratorWe’re delighted to assist you with this.
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1202292 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
