WooCommerce

Filter Woo Divi thank you page

You can set the thank you redirect page in Divi > Woo Divi > Checkout but in the case you need different ones for different scenarios you an use a variation of the following code in your functions.php file: // Filter thank you page function example_callback(...

My Account page CSS tweaks

/* Orders table styling */ /* Adjust button letter spacing and padding on hover */ .woocommerce-orders-table__cell-order-actions > a:hover { letter-spacing: 0 !important; padding: 0.3em 1em !important; } /* Remove button icon */...