How to Edit "Buy Now" Button Text On product page Dawn Theme

How to Edit "Buy Now" Button Text On product page Dawn Theme

Vilcka
Excursionist
17 1 7

Hello everyone,

I’m trying to edit the text on the "Buy Now" button on my product page. Right now, it appears in lowercase, but I want to change its formatting.

Vilcka_0-1740977190509.png

I couldn’t find an option to edit this button within Theme Content, and I want to modify it without losing its functionality (redirecting users directly to checkout).

I’m using the Dawn theme, and my store is voir.cl. Any advice on where I can adjust this—whether in theme settings, Liquid, or CSS—would be greatly appreciated.

Thank you!

Replies 3 (3)

JayAdra
Shopify Partner
193 15 51

If you're looking to change the case of it only, you can do this using CSS:

 

.shopify-payment-button__button {
    text-transform: uppercase;
}

 

If you want to change the content of it, you should look in your Shopify admin > Sales channels > Online store > Click the ... next to your theme > Edit default content and try searching in there for the translation text to change.

goldi07
Trailblazer
159 11 16

hello @Vilcka 

Go to online store ----> themes ----> actions ----> edit code ---->base,css> ...add the code end of the file

button.shopify-payment-button__button.shopify-payment-button__button--unbranded {
    text-transform: capitalize;
}

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

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 -Goldi184507@gmail.com - Skype: live:.cid.819bad8ddb52736c -Whatsapp: +919317950519
Checkout Some Free Sections Here

oscprofessional
Shopify Partner
16346 2438 3180

Hi @Vilcka ,

Go to Online Store > Themes > Actions > Edit Code > base.css

Add below code at the bottom of  base.css  file

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

oscprofessional_0-1740980192505.png

 

Hire us | Pass Core Web Vital | B2B Wholesale Experts | Claim Your Free Website Review |
Connect with Us: WhatsApp | Skype: oscprofessionals-87 | Email: pallavi@oscprofessionals.com |
Custom Shopify SolutionsPrivate Apps, Theme Customization & SEO | Digital Marketing |
OSCP Apps: Discount Suite | Wholesale App | Bundle & Upsell | Shipping Discount | and more...