How can you disable the promotion bar?
In order to disable the promotion bar, you can go into your Magento backend under Promotions > MageMail Connector > Advanced > Additional HTML:
Use this code in the Additional HTML window:
<style type="text/css">
.mm-coupon-wrapper {
display: none !important;
}
</style>