Home › Forums › WoodMart support forum › Hide price minicart Hide price minicart This topic has 4 replies, 2 voices, and was last updated 6 years, 8 months ago by Elise Noromit. Viewing 5 posts - 1 through 5 (of 5 total) Author Posts June 5, 2018 at 1:02 pm #61374 yvo010Participant Hi, Do you can help me with the following?: I want to hide the prices in the minicart and cart, is this possible with a css snipet? June 5, 2018 at 1:43 pm #61376 yvo010Participant And another question, Visual composer is not working in HTML blocks.. Can you maybe take a look intro it? thanks. June 5, 2018 at 3:03 pm #61403 Elise NoromitMember Hello, Please try this CSS for hiding price in mini-cart: .widget_shopping_cart .product_list_widget li .quantity { display: none; } /*cart*/ .woocommerce-cart-form__contents .product-price { display:none; } Please add this CSS to Theme settings > Custom CSS. As for HTML block, please navigate to WP Bakery Page builder > Roles and set custom for Post types and check cms_block as shown: http://prntscr.com/jr6coy Best Regards June 6, 2018 at 6:43 am #61475 yvo010Participant Thanks ! It worked. What plugin do you recomend to minify css and js? I used Better WordPress Minify but it caused problems .. June 6, 2018 at 8:02 am #61489 Elise NoromitMember Hello, First of all try options provided in our theme: Theme Settings > Performance. If the options are not enough then try to find the plugin. We can hardly recommend you anything. We have not tested any. Best Regards Author Posts Viewing 5 posts - 1 through 5 (of 5 total) You must be logged in to create new topics. Login / Register