Home Forums WoodMart support forum Hide price minicart

Hide price minicart

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #61374

    yvo010
    Participant

    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?

    #61376

    yvo010
    Participant

    And another question,
    Visual composer is not working in HTML blocks..
    Can you maybe take a look intro it?

    thanks.

    #61403

    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

    #61475

    yvo010
    Participant

    Thanks ! It worked.

    What plugin do you recomend to minify css and js?
    I used Better WordPress Minify but it caused problems ..

    #61489

    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

Viewing 5 posts - 1 through 5 (of 5 total)