How can I rearrange buttons and delete product images on my website?

JeanACNOC
Excursionist
26 0 4

Hi In need helop I want to put these 3 button quantity add to cart and buy it now below after product details. Can someone help me.Screen Shot 2021-06-23 at 4.27.49 PM.png

 

 

And also how can I delete this photo  in the product page. this is the image that I uploaded as the photo of the product but I don't want it in the product page automatically appearing.
Screen Shot 2021-06-23 at 4.27.40 PM.png

 

website: https://www.globalacnoc.com/collections/products/products/acnoc-all-hybrid-essence-30-ml

Reply 1 (1)

diego_ezfy
Shopify Partner
2958 568 891

@JeanACNOC, do this to remove the image in 20 seconds:

1. In your Shopify Admin go to: online store > themes > actions > edit code
2. Find Asset >  theme.css and paste this at the bottom of the file:

#shopify-section-product-template .primary-media-types  {
    display: none;
}


To place the variants below the description would be a bit more complex.

Kind regards,
Diego