Item options momentarily appear when the cart loads, then disappear.

I’m using the Variant Options Product Options app to manage a large list of conditional product options and my site runs on the Booster theme.

Options with selections currently display on the checkout page, but not on the cart page. They DO appear on the cart page when I preview the default Dawn theme, so I found the code in the Dawn theme that seems to display them and added it to the Booster cart code in a duplicated testing instance of my theme.

The options with selections now very briefly appear below the product title as the page is loading, but then disappear as the loading finishes.

Can anyone offer guidance on what to look for in my cart code or how to use Safari or Chrome developer tools to identify what is causing them to disappear as the page finishes loading?

I’m not a coder, but am looking forward to and enjoying learning - your help is appreciated!

Solved!

There were a bunch of old, unused CSS files and un-referenced JS snippets from a prior theme customization. I removed those and the options are now appearing correctly on the cart page.