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.
Disabling YouTube video controls in the Divi Video Module helps create a seamless, distraction-free viewing experience for your site visitors. This approach is useful when you want full control over how your video content appears and is interacted with on the page, or...
In the Divi Video Module, starting your YouTube videos muted by default can create a more user-friendly browsing experience on your webpage. It is particularly beneficial for reducing distractions, enhancing visitor engagement, and providing a seamless content preview...
Enabling videos in your Divi video module to start playing automatically can enhance both the site's design and user engagement. To ensure full compatibility with browser requirements, such as Chrome's autoplay policy, it's often necessary to start your videos muted...
Divi's Dynamic Content feature is great for enhancing your post/page templates with post-specific information. While Divi includes an option to show information such as the Post Created Date using Dynamic Content, there is no equivalent option for the Post Status....
Are you encountering an issue where the font weights in Divi's Text Module don't seem to apply as expected? In particular, you might find that when you set the text module's body text font weight to "Regular", your font is actually assigned a weight of 500 instead of...
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!