Debut Theme How to enter description directly below my product title

MafeahUser
Tourist
16 0 0

Hey Guys, 
I am desperately trying to find a way to embed the marked pictures on my side below the product title. 

I'm using the debut theme and don't know how to accomplish this. 

Please help!

 

 

Bildschirmfoto 2019-11-29 um 19.39.32.png

Replies 9 (9)

Developer-G
Shopify Partner
3079 604 856

Hello 

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

<h1 class="product-single__title">{{ product.title }}</h1>

- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on store Hire me.
- Email: guleriathakur43@gmail.com - Skype: navrocks1 ,
- Try GEMPAGES a great page builder
-Advance Search Filter
MafeahUser
Tourist
16 0 0

I tried that before and it's not exactly what I want because it moves the whole description and tab menu, 

I only want to move the picture and the 2 words beneath. 
Since I would have to do this for each of my products I am aware that I will have to do it multiple times I just don't know how to cut out the parts that I marked red. 

They are hiding somewhere and I don't know where 😅

Developer-G
Shopify Partner
3079 604 856

then why not you cut this piece of html

<div class="station-tabs-content-inner"><meta charset="utf-8">
<div><span>&nbsp;<img src="https://cdn.shopify.com/s/files/1/0123/0920/0955/files/duafe_480x480.png?v=1571587473" alt="" width="52" height="65"></span></div>
<div>beauty&nbsp;| cleanliness</div>
<div>&nbsp;</div>
</div>

and put it under title  😅

image_under_title.PNG

 

 

- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on store Hire me.
- Email: guleriathakur43@gmail.com - Skype: navrocks1 ,
- Try GEMPAGES a great page builder
-Advance Search Filter
MafeahUser
Tourist
16 0 0

Oh wow! This already looks so right!! 😱

 

couple questions though...

1. where do I find this code 

2. will I put it beneath the section that you showed before?

3. How will I do the same for all the other products?

 

I'm so confused but so thankfull because this seems to be it 😂

Thank you very much in advance!

Developer-G
Shopify Partner
3079 604 856

1) Right away this code (html) is in you product editor
2) Yes put it beneath 

<h1 class="product-single__title">{{ product.title }}</h1>

3) It will automatically add to all products.

- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on store Hire me.
- Email: guleriathakur43@gmail.com - Skype: navrocks1 ,
- Try GEMPAGES a great page builder
-Advance Search Filter
Developer-G
Shopify Partner
3079 604 856

1) If this html is not in product editor, then check in sections ( section-tabs ) and comment it.

- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on store Hire me.
- Email: guleriathakur43@gmail.com - Skype: navrocks1 ,
- Try GEMPAGES a great page builder
-Advance Search Filter
MafeahUser
Tourist
16 0 0

Almost there! 

I haven't found the code yet (the one I should cut and place elsewhere) I just copied it to see if it works. 

And it would work! but then all the products have the same description and not their individual ones 😕

Developer-G
Shopify Partner
3079 604 856

Maybe you missed something, I suggest hire someone to do this 😅
Thanks

- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on store Hire me.
- Email: guleriathakur43@gmail.com - Skype: navrocks1 ,
- Try GEMPAGES a great page builder
-Advance Search Filter
MafeahUser
Tourist
16 0 0

I can't find it in sections and unfortunately I'm not sure where exactly the html of the product editor should be 

 

 

 

Bildschirmfoto 2019-11-29 um 21.09.56.png