Re: how to add text in product page

How can I add and customize text on my product page?

richardlrnz
Excursionist
35 0 3

hey, can someone explain how i can add this green text under my cart button? and how i can change the color of the text and the size etc. ? 

warenkorbv.PNG

Richard Lorenz
Replies 6 (6)

sahilsharma9515
Shopify Partner
1266 165 244

Hi @richardlrnz 

Can you please provide your store URL and password as well if applicable, so that I can provide you solution that can work for your store.

 

Best regards

Sahil

- Your

 Coffee Tip 

can create magic in coding ❤️❤️

- Need a Shopify Developer? CHAT ON WHATSAPP or EMAIL ME !


- Hopefully the solution will help you. If yes then Please hit

 Like 

and

 Mark it as solution! ❤️


richardlrnz
Excursionist
35 0 3
it’s www.barsenz.com<>
Richard Lorenz
sahilsharma9515
Shopify Partner
1266 165 244

Hi @richardlrnz Thanks for the URL, Please add this code under the add to cart button of your theme.

 

You should find the code in main-product.liquid file.

<p class="text-1">92% were satisfied</p>

You can add the CSS in theme.liquid file just below <body> tag

<style>
p.text-1 {
    font-weight: 600;
    text-align: center;
    color: #339966;
}
</style>

 

Result:

sahilsharma9515_0-1711525072515.png

 

If you will unable to implement the same then I'm happy to do this for you, let me know. I can implement the code changes so that this will work well for you.

 

Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!

 

Best Regards

Sahil

- Your

 Coffee Tip 

can create magic in coding ❤️❤️

- Need a Shopify Developer? CHAT ON WHATSAPP or EMAIL ME !


- Hopefully the solution will help you. If yes then Please hit

 Like 

and

 Mark it as solution! ❤️


richardlrnz
Excursionist
35 0 3
I would be very happy if you could do that for me! 🙂
Richard Lorenz
sahilsharma9515
Shopify Partner
1266 165 244

Hi @richardlrnz You need to provide the store access so that I can implement the same.

 

Let's move this conversation from here to whatsapp or email or private message in shopify, which ever is suitable for you.

 

Best Regards

Sahil

- Your

 Coffee Tip 

can create magic in coding ❤️❤️

- Need a Shopify Developer? CHAT ON WHATSAPP or EMAIL ME !


- Hopefully the solution will help you. If yes then Please hit

 Like 

and

 Mark it as solution! ❤️


richardlrnz
Excursionist
35 0 3

Hey Sahil, can you 

 

Richard Lorenz