Skip to main content

Removing Sticky Add to Cart Bar from my homepage

Written by Jabir

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.

Did this answer your question?