0
DPDoron Plated Aquascape
The following code hides the <br> tag from the form's submit button and from the <div> that surrounds the form. The code also disables the display of the form's contents in the browser's browser window.
0 Comments
/*hide br*/ form.woocommerce-cart-form br { display: none; } .wc-proceed-to-checkout br { display: none; }