If you have a featured product on the homepage the app will automatically show Sticky Add To Cart Bar.
If you'd rather not have Sticky Add to Cart Bar showing on the homepage simply add this:
body.template-index #satcb_bar {
display: none !important;
โ}
to Custom CSS styling in the app admin under the Advanced tab.