We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Add text below add to cart / buy now button in Dawn Theme

Solved

Add text below add to cart / buy now button in Dawn Theme

kamilo19934
New Member
5 0 0

Hi! I need help to add text below the add to cart / buy now button in Dawn Theme

 

Like this example:

kamilo19934_0-1676957792400.png

 

kamilo19934_1-1676957828650.png

I've been looking and making different test on the theme.liquid but I can't get it.

 

Best regards, thank you !

 

 

 

Accepted Solution (1)

PageFly-Richard
Shopify Partner
5011 1120 1806

This is an accepted solution.

Hi @kamilo19934 ,

 

This is Richard from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/section-main-product.css->paste below code at the bottom of the file:

.product-form .product-form__buttons:after {
    content: "Text content";
    margin-top: 10px;
    display: block;
}

PageFlyRichard_0-1676993720777.png

 

I hope it would help you
Best regards,

Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Replies 8 (8)

harivishwakarma
Shopify Partner
322 46 56

hallo @kamilo19934 

share preview link hariomvish267@gmail.com

 

banned
kamilo19934
New Member
5 0 0

Hey @harivishwakarma @zaczee ! Thank you. My store link is www.oliviajoyas.cl

harivishwakarma
Shopify Partner
322 46 56

@kamilo19934 

It has to be custom made. ( massage hariomvish267@gmail.com )

banned

zaczee
Globetrotter
855 46 44

Hi @kamilo19934 ,

 

Kindly share your store url

 

kamilo19934
New Member
5 0 0
Hi! My store link is www.oliviajoyas.cl

PageFly-Richard
Shopify Partner
5011 1120 1806

This is an accepted solution.

Hi @kamilo19934 ,

 

This is Richard from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/section-main-product.css->paste below code at the bottom of the file:

.product-form .product-form__buttons:after {
    content: "Text content";
    margin-top: 10px;
    display: block;
}

PageFlyRichard_0-1676993720777.png

 

I hope it would help you
Best regards,

Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.

kamilo19934
New Member
5 0 0

Hi Richard This worked very nice !! Thank you very much.

greenvalleycode
Explorer
48 0 8

It doesn't work. The text appears in duplicate, like this:

Text content

Text content