Thread Starter
d216
(@d216)
Hi Truman,
Yes, I submitted a ticket to support. Masood was helping us on Ticket #: 290707. However, I did find a solution. I found the form container in the browser developer console and added the CSS below to the Additional CSS section in the WP customize menu.
.tribe-tickets__commerce-checkout-paypal-advanced-payments-container {
display: none;
}
That worked!