Remove Categories Nav from Shopping Cart Page

Hello-

I want to set up a simple one-page shopping cart theme that includes just one of my product categories. I don’t want the Category navigation to appear since shoppers can only buy from the category I am showing. Which of the CSS lines do I comment out to remove the Category names that appear under the header image?

Thank you in advance!!
Meg Middaugh

I would try the #nav item.

to test, you can add: display:none; to the styles to test before committing. :wink:

1 Like

Yup, What @Mark_Price suggests will hide the whole container.

Thank you very much @John_Borelli and @Mark_Price !

Meg

1 Like