Summary: in checkout.liquid (and some other layouts) there is a piece of code that defines the HTML tag
How does checkout_html_classes is filled?
– CONTEXT –
I don’t want to have the logo as a wide banner on top of the checkout. I’ve seen other shops and them just have it hidden, and the logo is displayed on left column.
I’ve found it is done with some classes on html tag, defined in checkout_html_classes variable. I need to have
__page–no-banner page–logo-main i__nstead of page–banner page–logo-banner.