Hi Team , I wanted to add an image below buy now button, but I am not sure how would I be able to do that, can you please help me out.
Hi @RPTrix
Follow this
-
open theme editor and go to product page.
-
add new block “Custom liquid” and add this code

-
move it to below “buy now” block
-
change img url with your image (upload in shopify file section)
-
save it
Send me url
your original image is blur see here, upload bit big resolution image

add this url in editor "https://cdn.shopify.com/s/files/1/0703/3598/7985/files/Cream_Beige_Black_Green_Feminine_Skincare_Tips_Checklist_Instagram_Post_4_x_8_cm.png?v=1679311378"
right now you have added link with width 300 thats why not generating original image
follow this
- Go to Online Store->Theme->Edit code
- Asset->base.css → paste bellow code in bottom of file
@media only screen and (max-width: 767px) {
.cd_img{ width: 100%;}
}
Add this code to remove possible space
.cd_img{margin: 0;}
.product-form{margin-bottom: 0;}
.product__info-container .icon-with-text:last-of-type{ margin-top: 0;}
Thank you soo much for the help, the issue is resolved
hi Jasoliya, thank you for this. I implemented this solution. What about if I wanted to make this section full width, however?
Hey Jasoliya ![]()
I followed your steps and also included the custom liquid. unfortunately the picture below the buy botton is really big. is there an opportunity to make it smaller right below the buy botton? I included all payment terms as a picture as it looks better.
Thanks in advance and best regards
joe
can you help me what script should i use if i want to put image on particular product page








