Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1202292
    andre1980
    Participant

    Hello,

    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é Scholten

    #1202314
    Rahul
    Moderator

    Hey 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!

    #1203272
    andre1980
    Participant

    Hello 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.

    #1203340
    Christian
    Moderator

    Hey 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. đŸ™‚

    #1203382
    andre1980
    Participant

    Just the word red, or can I use a code like #333333?

    #1203453
    Christian
    Moderator

    Change 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.

    #1206426
    andre1980
    Participant

    Thanks a lot! It worked.

    #1206433
    Friech
    Moderator

    We’re delighted to assist you with this.

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1202292 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>