Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1079805
    Emmagray
    Participant

    Hello, is there a way to change the color of the confirmation message customers see when they sign up for our newsletter through the email form at the bottom of our home page? Right now it is green which does not go with our theme at all. Thank you!

    https://emmagrayboutique.com

    #1079975
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    .x-alert.x-alert-success {
        background-color: red;
        border-color: #000;
        color: #fff;
    }

    Hope that helps.

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