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
Written by Dan Mossop
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
We may earn a commission when you visit links on our website.
Changing the “Older” and “Newer” pagination labels in the Divi Blog module lets you present clearer, more on-brand navigation for readers as they browse through posts. This is especially useful when the default wording doesn’t match your site’s tone or when you want...
If you’re using BuddyPress with Divi, you may find that the mobile menu sometimes stops working on BuddyPress pages. The hamburger icon still appears, but tapping it does nothing, or the mobile menu markup never gets created at all. In most cases, this happens because...
To create a branded QR Code in Divi, you can use the Divi QR Code module and its "Center Image" feature. This lets you add an image / logo in the center of the QR code, perfect for promoting your brand or adding a unique twist to your QR Codes. The image is displayed...
Adding a custom number prefix to your Circle Counter lets you clarify what the value represents—such as currency, units, or labels—without relying on the default percentage format. This helps your counters better match real-world metrics and keeps the design...
Adding a second line of text beneath a button’s main label lets you provide extra context, a brief benefit statement, or a supporting call-to-action without cluttering your design. This can improve clarity and increase clicks by making the button’s purpose more...
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!