This topic has 5 replies, 2 voices, and was last updated 1 years, 7 months ago ago by Rose Tyler
I have a couple of questions:
1. i have two different templates of “Track your order”.
In the first template the text is displayed with upper and lower case and in the second template all words are capitalized.
https://www.dropbox.com/s/tetdy1rv7htsg9l/2023-04-23_10-39-49.png?dl=0
https://www.dropbox.com/s/4s0l5e8rijyhxec/2023-04-23_10-40-11.png?dl=0
What do I need to do to make the second template lowercase and capitalize the words like the first template?
2. at checkout all products and tax are displayed correctly with €.
Next to the total (Total), EUR also appears. I find this EUR unnecessary and annoying. How do I get rid of it?
https://www.dropbox.com/s/uryjlbyksqxjmof/2023-04-23_09-33-27.png?dl=0
3. on my mobile a long line appears above the “or”. Is there a way to make it smaller or better make it disappear completely?
https://www.dropbox.com/s/veoejp8d3epqrhf/2023-04-23_10-48-48.png?dl=0
Hello, Juergen,
Thank you for contacting us and for using XStore.
1/ Please provide URL of page with the second template.
2/ Add the next code in Theme options > Theme custom CSS:
.woocommerce-checkout .cart-order-details .shop_table strong {
font-size: 0px;
}
.woocommerce-checkout .cart-order-details .shop_table .order-total .amount {
font-size: 20px;
}
3/ Please add the following code to the Theme Options > Theme Custom CSS > Mobile section:
.single-product #wcpay-payment-request-wrapper {
display: none;
}
We hope this information is helpful.
Kind Regards,
8theme team
Hi Rose,
thank you again for your fast response.
Regarding the second template. This is the URL https://xstore.8theme.com/elementor/demos/restaurant/track-order/
Best regards
Juergen
Regarding the third point: On my iPhone is still the line above – OR – visible.
Hello, Juergen,
Thank you for your response.
The next custom CSS code can be used:
.order-tracking {
text-transform: none !important;
}
Have you cleared the cache of the mobile browser?
That line is added by a 3rd party plugin on your site, disable plugins one by one to find out what exactly plugin it is, then contact the support of the plugin.
Kind Regards,
8theme team
The issue related to '‘How do I display the TRACK MY ORDER text so that it shows upper and lower case words?’' has been successfully resolved, and the topic is now closed for further responses