/*
Theme Name: Total Child Theme
Theme URI: https://your-site.com
Description: Your site description. Go to Appearance > Editor to modify this file.
Author: Your Name
Author URI: https://your-site.com
Template: Total
Version: 1.0
*/

/* Beoordelingen naam in het wit */
.wpex-card-testimonial-author {
	color: #ffffff !important;
}

// Disable all payment gateways on the checkout page and replace the "Pay" button with "Place order".

add_filter( 'woocommerce_cart_needs_payment', '__return_false' );