Home Forums WoodMart support forum hide elements in the shopping cart

hide elements in the shopping cart

Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #286850

    finduna4life
    Participant

    hi,

    can you maybe tell me the codes I need to hide the red circled fields?
    thanks for the help and kind regards

    Attachments:
    You must be logged in to view attached files.
    #286952

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .cart-subtotal,
    body .cart-totals-inner h2,
    body .coupon,
    body .product-quantity{
    	display:none!important;
    }

    Best Regards

    #287256

    finduna4life
    Participant

    hello,

    okey it works, thank you!

    is it possible to program 0.00€ behind “Gesamtsumme”?

    best regards

    Attachments:
    You must be logged in to view attached files.
    #287380

    Hello,

    Unfortunately, it is not possible with CSS, it will require more complicated customization of Woocommerce that is not covered by our support.

    Best Regards

    #287684

    finduna4life
    Participant

    is it possible to remove the preview and go directly to the shopping cart?

    I add images to describe exactly what I mean.

    thank you for your perfect support!

    kind regards

    Attachments:
    You must be logged in to view attached files.
    #287752

    Hello,

    Yes, it is possible. Please enter Header builder, enter the Cart element, and chose “without”, do the same in the mobile version https://gyazo.com/e87d7bdb417146b2180d94dbc57fbf99

    Best Regards

    #288071

    finduna4life
    Participant

    hello,

    thank you very much!

    can you send me please the CSS Code to hide the grand total?

    thank you und best regards

    Attachments:
    You must be logged in to view attached files.
    #288286

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .order-total{
    	display:none!important;
    }

    Best Regards

    #288778

    finduna4life
    Participant

    hello,

    thank you very much!

    other question:

    can you hide the fields that are selected?
    I add a picture.

    thank you and kind regards

    #288779

    finduna4life
    Participant

    sorry the file size was to big

    I add here the image with the marked fields I would like to hide.

    thank you and kind regards

    Attachments:
    You must be logged in to view attached files.
    #289139

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .woocommerce-thankyou-order-details li.woocommerce-order-overview__total{
    display:none;
    }

    .woocommerce-table--order-details .woocommerce-Price-amount,
    .woocommerce-table--order-details .product-total,
    .woocommerce-table--order-details th.product-total{
    display:none;
    }
    .woocommerce-table--order-details tfoot tr:last-child td > .amount {
        display: none!important;
    }

    Best Regards

    #289162

    finduna4life
    Participant

    hello,

    can you still hide the two highlighted fields?

    thank you for your support

    Attachments:
    You must be logged in to view attached files.
    #289534

    Hello,

    Unfortunately, the HTML structure does not allow to delete these items, they do not have unique classes.

    Best Regards

    #289851

    finduna4life
    Participant

    Hello,

    would it be possible to change the font color to white?

    thank you and kind regards

    #289961

    Hello,

    I cannot edit these lines they do not have unique classes, if I change them all the rest would change.

    Best Regards

    #290241

    finduna4life
    Participant

    hello,

    okey thanks anyway.

    surely there must be a setting somewhere that allows me to remove the highlighted or?

    thanks for the support and kind regards

    #290242

    finduna4life
    Participant

    hello,

    i forgot to insert the picture…

    thanks for the support and kind regards

    Attachments:
    You must be logged in to view attached files.
    #290430

    Hello,

    This is the Woocommerce template and our theme cannot influence this.

    If you want to change the image in the page title, you can do it in each category, please find how you can do that: https://xtemos.com/docs/woodmart/product-category-menu/

    Best Regards

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