Home Forums WoodMart support forum How can I delete this text in the SHOPPING CART section Reply To: How can I delete this text in the SHOPPING CART section

#572737

Hung Pham
Keymaster

Hi elvisvilcavilca,

Thanks for reaching to us.

1. Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

.woocommerce-mini-cart__total strong {
	display: none;
}

2. Translation

+ In order to change / translate words. Please make sure you synced the strings first before changing / translating WooCommerce, WoodMart Core plugins and WoodMart theme. You can refer to article https://xtemos.com/docs-topic/theme-translation/

+ You are also need to select the language for the backend and theme settings for admin from the admin user profile, please edit the user’s profile and then select the language for that user it will show the same on the backend.

Regards,