categories selection off from checkout

Hi.
Thanks for the great support you guys have offered! One last thing before we can get our store open. How can we take off / hide categories dropdown menu from checkout page? It looks really silly there.

Keep up the good work!

Jonni

Hey there,

I hope you are well today and thank you for your question.

Can you send a screenshot where exactly you’re referring to?
We can probaly address that with some CSS

Best regards,
Support.

Hi.
Thanks for the response. Here is the screenshot :slight_smile:
It is the checkout page, so there is no need to select any product categories anymore.

Jonni

Hello there,

You can use the following CSS code to remove the categories by going to Appearance > Customize > Additional CSS and pasting it there.


/*Remove categories on checkout page*/
.page-id-662 #secondary .widget_categories {
    display: none;
}

Use this link to find and change the page ID to that of your checkout page:

Best Regards,
Support