Need Prices to be Suppressed in the Embedded Web Widget Menu

Hello. I’ve upgraded my website. I decided to use the embedded Widget because I like the layout. Plus it’s better for me than the iFrame because I can’t get the whole Taplist.io page to display without a scroll bar… but that’s another story. I need to suppress the prices from the widget embed but that’s not a current option in the web setting options. Can a “Show Pricing” checkbox be added so that I can take the pricing off without impacting all of my tap lists?

Good news, you can do that with the embed option!

Try adding the following to your site’s css:

.taplistio-prices {
  display: none;
}

Here’s more information on customizing the embed menu using CSS: