Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #202721

    I’ve tried adding the into the quick css as suggested by the post below, having the result work, showing the button… but also showing the button over top of the product images as well.
    https://kriesi.at/support/topic/mailchimp-submit-button/

    Any other suggestions? Currently do not have the quick CSS present.
    http://cetatek.com/product/aquabionic1/

    Thanks,
    dnikitiuk

    • This topic was modified 10 years, 11 months ago by dnikitiuk.
    #202994

    Hey!

    Try adding this code to the Quick CSS:

    .textwidget #mc_embed_signup .clear {
    display: block;
    visibility: visible;
    height: auto;
    width: auto;
    }

    Cheers! 
    Josue

    #203121

    Hello Josue,

    I’ve tried adding your suggestion, but it has not worked.
    The subscribe button shows up…. BUT it also shows up overtop off all the woo commerce product images.

    Any other suggestions?

    Thanks,
    dnikitiuk

    #203394

    Hi!

    Try with this:

    #footer .textwidget #mc_embed_signup .clear {
    display: block;
    visibility: visible;
    height: auto;
    width: auto;
    }

    Regards,
    Josue

    #203414

    Perfect… works great!

    #203420

    You are welcome, glad we could help :)

    Happy Holidays.

    Regards,
    
Josue

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Mailchimp Submit Button’ is closed to new replies.