Dawn Product Page Description Move

Solved

Dawn Product Page Description Move

Bunny2
Tourist
12 0 2

Hey everyone, would just like a hand on figuring out how to move the description from where it is upwards. I am using the dawn theme how do i edit the code?

Thank you in advance

Bunny2_0-1735813009146.png

 

Accepted Solution (1)
NguyenVinh
Shopify Partner
9 2 3

This is an accepted solution.

In the main-product.liquid file, check if you can find another {{ product.description }}. If there is a second one, you can delete it.
If you still encounter difficulties, you can send the store information to my email and I will assist you

View solution in original post

Replies 7 (7)

topnewyork
Astronaut
1008 138 173

Hello,
Please share "Store URL"
Thanks!

Need a Shopify developer? Hire us at Top New York Web Design
Boost Your Store Sales with Volume/Tier Discount Try Big Bulk Discount
Create New Shopify Store For Just 1$/Month
Bunny2
Tourist
12 0 2

websensepro
Shopify Partner
1832 212 258

Hi @Bunny2  , kindly provide your store URL please and if it is password protected, please share the password as well. Thanks

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP
Bunny2
Tourist
12 0 2

hi i have attached above 😄 

NguyenVinh
Shopify Partner
9 2 3

Step 1: Go to admin Themes https://prnt.sc/aZMMe1bKCJp5 -> Edit code.
Step 2: Find the file: main-product.liquid -> find the class product__media-wrapper.
Step 3: Paste the following code below {% render 'product-media-gallery', variant_images: variant_images %}:

<div class="product__desc"> {{- product.description -}} </div>

https://prnt.sc/JEdHeNqgkkjM 
Step 4: Save

Bunny2
Tourist
12 0 2

Hi there thanks so much for that but I know have a duplicate, what code do i delete to remove the original text thank you!

NguyenVinh
Shopify Partner
9 2 3

This is an accepted solution.

In the main-product.liquid file, check if you can find another {{ product.description }}. If there is a second one, you can delete it.
If you still encounter difficulties, you can send the store information to my email and I will assist you