Home › Forums › WoodMart support forum › hide elements in the shopping cart
hide elements in the shopping cart
- This topic has 17 replies, 2 voices, and was last updated 3 years, 7 months ago by Elise Noromit.
-
AuthorPosts
-
April 26, 2021 at 4:23 pm #286850
finduna4lifeParticipanthi,
can you maybe tell me the codes I need to hide the red circled fields?
thanks for the help and kind regardsAttachments:
You must be logged in to view attached files.April 26, 2021 at 9:23 pm #286952
Elise NoromitMemberHello,
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
April 27, 2021 at 2:34 pm #287256
finduna4lifeParticipanthello,
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.April 27, 2021 at 8:24 pm #287380
Elise NoromitMemberHello,
Unfortunately, it is not possible with CSS, it will require more complicated customization of Woocommerce that is not covered by our support.
Best Regards
April 28, 2021 at 4:28 pm #287684
finduna4lifeParticipantis 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.April 28, 2021 at 9:38 pm #287752
Elise NoromitMemberHello,
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
April 29, 2021 at 4:00 pm #288071
finduna4lifeParticipanthello,
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.April 30, 2021 at 10:08 am #288286
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .order-total{ display:none!important; }
Best Regards
May 2, 2021 at 3:27 pm #288778
finduna4lifeParticipanthello,
thank you very much!
other question:
can you hide the fields that are selected?
I add a picture.thank you and kind regards
May 2, 2021 at 3:30 pm #288779
finduna4lifeParticipantsorry 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.May 3, 2021 at 3:31 pm #289139
Elise NoromitMemberHello,
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
May 3, 2021 at 5:46 pm #289162
finduna4lifeParticipanthello,
can you still hide the two highlighted fields?
thank you for your support
Attachments:
You must be logged in to view attached files.May 4, 2021 at 7:56 pm #289534
Elise NoromitMemberHello,
Unfortunately, the HTML structure does not allow to delete these items, they do not have unique classes.
Best Regards
May 5, 2021 at 3:13 pm #289851
finduna4lifeParticipantHello,
would it be possible to change the font color to white?
thank you and kind regards
May 5, 2021 at 10:29 pm #289961
Elise NoromitMemberHello,
I cannot edit these lines they do not have unique classes, if I change them all the rest would change.
Best Regards
May 6, 2021 at 5:18 pm #290241
finduna4lifeParticipanthello,
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
May 6, 2021 at 5:20 pm #290242
finduna4lifeParticipanthello,
i forgot to insert the picture…
thanks for the support and kind regards
Attachments:
You must be logged in to view attached files.May 7, 2021 at 9:21 am #290430
Elise NoromitMemberHello,
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
-
AuthorPosts
- You must be logged in to create new topics. Login / Register