Home › Forums › Trusted Pro › Removing cart from all pages/posts besides actual shop › Reply To: Removing cart from all pages/posts besides actual shop
March 20, 2018 at 10:43 am
#4214
Andy
Keymaster
Add this to Customize > Additional CSS:
.top-login,
.top-cart{
display: none;
}
.woocommerce .top-login,
.woocommerce .top-cart,
.woocommerce-page .top-login,
.woocommerce-page .top-cart{
display: inline-block;
}