Can I change product button text in Shopify's Debut theme?

Haseeb33
Visitor
3 0 0

Hello There

I want edit button text of products from "View Details" to "Buy Now" on my website https://cskgifts.com/ , using Debut theme.

 

I can't find it under change language, can anyone please help. Capture.PNG

Replies 5 (5)

deecrystal
Visitor
1 0 0

Hello Haseeb,

I can help you edit button text of products from "View Details" to "Buy Now" your website. Kindly contact me www.fiverr.com/deecrystal

Thanks.

aaditya1992
Tourist
11 0 1

hi If you still not get solution , please check in 'product-grid-item.liquid' page for  View details and change replace it with buy now

Rajameltine
Explorer
59 4 3

Hello you can use CSS :

.view-details > .btn::before {
    content: "Buy Now";
    color: #fff;
    position: absolute;
}
.view-details > .btn {
    color: transparent;
}

Voilà !

Need fastly help, contact me : https://freelancerajameltine.000webhostapp.com/
Besoin d'aide rapidement, faites appel à moi : https://freelancerajameltine.000webhostapp.com/
Email: rajameltine@gmail.com
Haseeb33
Visitor
3 0 0

Need more guidance. Not worked. Thank you in advance.

Haseeb33
Visitor
3 0 0

Didn't work, unfortunately. Any other suggestion or guidance?