This topic has 2 replies, 2 voices, and was last updated 1 years, 11 months ago ago by Tony Rodriguez
hi Support
i want to change tax label value from (ex VAT) to (ex GST) i was unable to find any option for that .
secondary i was unable to increase the size of payment gateway pic for this i changed the core css here XStore_Theme_v.8.3.7.zip\xstore\css\modules\woocommerce\pages \ checkout.min.css
.payment_methods label img {
width: auto;
margin: 0 6px;
position: relative;
top: -4px;
/* max-width: 100px; */
max-width: -moz-max-content;
/* max-height: 35px; */
display: inline-block;
}
But this is not proper solution once theme gets updated this will lost i also tried to put css in child theme but that dosen’t work
Hello, @Anshu,
1- The tax label appears in GST already on your site see the image for a better reference: https://i.is.cc/ky5Ty0x.png
2- Actually, The code you added works well but you just set the width to auto. I suggest you define the width of it like this: https://i.is.cc/kxSdb1Q.png so that you will be able to see the change.
Regarding the CSS there is no need to add it in the theme core files you can simply add the CSS code in the Dashboard >> XSTORE >> Theme Settings >> Theme Custom CSS >> Global >> See the image: https://i.is.cc/ky298Re.png
Regards 8Themes Team.
Tagged: cart, change text, checkout page, tax label, themes, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up