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.
Want to create a stylish fade effect on your Divi image module—where one side fades smoothly into the background? With a bit of CSS, you can make any edge (or corner) of the image fade out: top, bottom, left, right, or even diagonally.Fade a Divi Image Module Edge...
Removing the default header and footer from your Hello Elementor theme allows for a streamlined and distraction-free website design. This is especially useful when creating unique landing pages, full-width layouts, or custom headers and footers with a page builder. In...
Setting up password protection on a page can help you control access to sensitive or private content in WordPress, allowing only authorized visitors to view certain sections. With the Divi Password Box module, you can replace the plain Divi password form with a fully...
Ensuring your website's social media icons open in a new browser tab creates a seamless user experience and keeps visitors engaged with your site while allowing them to explore your social media presence. This approach prevents users from navigating away from your...
Customizing the hover color of menu links lets you enhance the user experience and maintain visual consistency with your website’s brand. By setting a specific hover color, you can guide visitors' attention and improve navigation feedback. In this guide we show you...
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!