How are classes stored in checkout_html_classes variable?

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.

Hi @ValeM

If you don’t want logo and banner image on top of checkout page also need page–no-banner page–logo-main class instead of page–banner page–logo-banner classes you just need to remove banner and logo image from custmization.

  • custmization > theme settings > checkout
![image-20220714-121504.png|332x667](upload://t5KtC1OsGjov4PMCeL5Vge8c38o.png)

I hope it’s helpful to you.