WooCommerce Click to Toggle Review Form
/* Add this CSS to the site to hide the form and make the comment title look more like a button */ .woocommerce #review_form #commentform { display: none; } .woocommerce #review_form .comment-reply-title { display: inline-block; background: #000; color: #fff; padding:…