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

How can I delete this text in the SHOPPING CART section

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #572647

    elvisvilcavilca
    Participant

    Hello, please help me in this part:

    1. I would like to delete the text “Costo envío” and the “:”, but it is impossible, because when I delete it, the cart does not show the cost of shipping.

    2. I would like to change the words “SHOPPING CART – CHECKOUT – ORDER COMPLETE” that is on the top bar, because I want to put spanish words.

    Attachments:
    You must be logged in to view attached files.
    #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,

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