can someone change my buy it now text to buy now

can someone change my buy it now text to buy now

swawestore
Explorer
110 0 18

I want the buy it now text to be changed to buy now in caps and add to cart in caps as well 
https://swawe.store

Replies 5 (5)

Sangeetanahar
Excursionist
343 23 52

hello @swawestore 

Go to online store ----> themes ----> actions ----> edit code ---->assets....>base.css
add this code at the bottom of the file

button#ProductSubmitButton-template--16295745519706__main {
    text-transform: uppercase;
}
button.shopify-payment-button__button.shopify-payment-button__button--unbranded {
    text-transform: uppercase;
}

resultEmbroidered-Porsche-GT3RS-T-Shirt-–-SWAWE (1).png


If this was helpful, hit the like button and accept the solution.
Thanks

- Buy me a Pizza

 

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me -sangeetarahuldhiman@gmail.com - Skype: live:sangeetarahuldhiman -Whatsapp: +917009811712
Checkout Some Free Sections Here
swawestore
Explorer
110 0 18

NOT WORKING

Sangeetanahar
Excursionist
343 23 52

@swawestore  Please use this CSS

 

.product-form__submit {
    text-transform: uppercase;
}
button.shopify-payment-button__button--unbranded {
    text-transform: uppercase;
}

 

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me -sangeetarahuldhiman@gmail.com - Skype: live:sangeetarahuldhiman -Whatsapp: +917009811712
Checkout Some Free Sections Here
swawestore
Explorer
110 0 18

WRONG

Sangeetanahar
Excursionist
343 23 52

Hello @swawestore 

BUY IT NOW This is a dynamic checkout button which is coming from Shopify's server and you cannot change it.

If this was helpful, hit the like button and accept the solution.
Thanks

- Buy me a Pizza

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me -sangeetarahuldhiman@gmail.com - Skype: live:sangeetarahuldhiman -Whatsapp: +917009811712
Checkout Some Free Sections Here