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