Home › Forums › WoodMart support forum › Remove price from anywhere Remove price from anywhere This topic has 1 reply, 2 voices, and was last updated 9 months ago by Hung Pham. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts February 7, 2024 at 5:38 pm #537753 duru557Participant I want the price of the products to never be seen on the website. An option such as before or after login does not work for me. Under all circumstances, prices should be kept secret. How can I do that? February 8, 2024 at 1:36 pm #538016 Hung PhamKeymaster Hi duru557, Thanks for reaching to us. Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS: .wd-product.wd-hover-alt.product-grid-item :is(.wd-product-header,.wrap-price), .summary-inner>.price, .wd-product .product-wrapper .price{ display: none; } Regards, Author Posts Tagged: price Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to create new topics. Login / Register