If you wish to hide the Price column from the Easy Digital Downloads purchase history table, for example if you only offer free downloads, you can do so as follows.
Hide the Purchase History Table Price Column with CSS
The following CSS will hide the price column from the EDD purchase history table:
#edd_user_history .edd_purchase_amount {
display:none;
}
Related Post: Adding CSS to the Divi Theme
Thanks it helped me. Do you know how I can hide the price for all products?
Hey Jorge, are you able to clarify for me where the prices you want to hide are? The code above should hide all the prices on the purchase history table. Is it perhaps the prices on the Purchase Confirmation page for individual products? Or somewhere else? Thanks!