How can I hide the header logo on the cart page only?

Hello! Im trying to hide the header logo on the cart page. I still want the header to show on other pages, but not on the cart page specifically. Is this possible? thanks a lot!

site: https://jaerkrim.myshopify.com/

pass: agheim

Hi @kimaake !

This is PageFly - Advanced Page Builder. I would love to give you some recommendation

Please paste this code at the bottom of base.css theme code files under assets;

.header > .header__heading-link {

display: none !important;

}

Like this;

Best Regards;

PageFly

1 Like