Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #869685

    danny
    Participant

    I’ve setup a mailchimp sign up form using the add-on. However I’d like to add some text below the header ‘Develop your practice, thoughts and insight’.. “I will send you a newsletter every…”

    http://dannyhearn.me/blog/ – see footer

    As I inserted the form as a shortcode in the footer widget i’m not sure where I can add this text?

    #870127

    Darshana
    Moderator

    Hi there,

    Thanks for writing in! Could you please try adding the following JavaScript code into your Customizer, Custom > JavaScript section. Replace Your Text Here with your own content.

    
    jQuery(function() {
      jQuery( '<div class="center-text">Your Text Here</div>' ).insertAfter( ".x-subscribe-form-830 h1" );
    });
    

    Hope that helps.

    #870663

    danny
    Participant

    Great that worked thank you!

    #870947

    Zeshan
    Member

    You’re welcome! 🙂