This topic has 4 replies, 2 voices, and was last updated 6 years, 1 months ago ago by Rose Tyler
Shopping cart / Checkout / Order complete
This began showing up after the update, how can I hide this on the cart page?
On single product page, how can I conditionally hide the title and other meta?
Hello,
Please add this code in Theme Options > Custom css or in style.css file of child theme:
.cart-checkout-nav {
display: none;
}
Provide screenshots of elements that need to be hidden.
Regards
Have you tried code form this topic https://www.8theme.com/topic/is-there-a-way-to-remove-the-image-from-product-styling/ ?
Regards
You must be logged in to reply to this topic.Log in/Sign up