Remove Cart Notification Bar
The app has an option to display a Bar in the cart page when a discount matches. At the moment we don't have a option to remove the Bar, but is possible to remove the Bar by using ou Custom CSS feature.
This is the CSS code you should use to disable the Bar:
Go to Settings > Advanced and add this Custom CSS:
#revy-bundle-notification-bar { display: none; }