New Landing How can we help? Themeforest Theme Support Joyn Mailchimp Integration

Viewing 9 posts - 16 through 24 (of 24 total)
  • Posted in: Joyn
  • #150477
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem 🙂

    #161527
    jfkain
    Member
    Post count: 3

    Hey. I’d also like to know how to remove the envelope icon! Thanks.

    #161712
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Sure, add this to your custom css:

    .widget #mc_embed_signup > form:after {
      display: none;
    }

    – Kyle

    #165739
    danpal
    Member
    Post count: 32

    I also have a question regarding Mailchimp integration.

    I’m using the Mailchimp for WP plugin and I can’t figure out how to set the form and submit button inline (not on two lines).

    I think the CSS built within the theme is preventing it. Any suggestions?

    I’m using a text widget in the footer: http://highpulp.com

    #165794
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    input#mc4wp_email{
    float:left !important;
    width:62% !important;
    margin-top:0px !important;
    height:46px !important;
    padding:5px 38px 0px 10px !important;
    }
    

    Thanks
    Mohammad

    #166042
    danpal
    Member
    Post count: 32

    That worked! Thanks Mohammad.

    #166044
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Thanks Mohammad

    #193833
    rh2014
    Member
    Post count: 18
    This reply has been marked as private.
    #194126
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi

    @rh2014
    – I need wordpress admin login detail to check and resolve the issue.
    Thanks
    Mohammad

Viewing 9 posts - 16 through 24 (of 24 total)

You must be logged in to reply to this topic.