To add some text below the price and above the color selection in your product field on the Debut theme, you can follow these steps:
From your Shopify admin, go to “Online Store” and select “Themes.”
Under the “Actions” dropdown, click on “Edit code” for the Debut theme.
In the theme editor, navigate to the “Sections” directory and open the file called 'product-template.liquid’.
Look for the section of code where the price and color selection are being displayed. This section might vary depending on your theme version, but it could be something like:
{% section 'product-template' %}
Inside that section, find the appropriate location to add your text. You can add the following code snippet to display your 5 benefits:
Adjust the styling of the added text using CSS. You can do this by going to the “Assets” directory and opening the ‘theme.scss.liquid’ file. Add the following CSS code snippet at the bottom of the file:
Save your changes and preview your product page to see the added text.
By following these steps, you should be able to add the desired text below the price and above the color selection in your product field on the Debut theme. Make sure to adjust the content and styling to fit your specific needs.
If you need any additional assistance, please don’t hesitate to reach out. I’m here to help you resolve any further issues you may encounter.
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
thank you soo much for your help. I am very grateful for it.
I implemented the changes in the Code and it almost looks perfect.
I do not find a “Theme.scss.liquid” file in my asset folder, but I think it might not be a problem, because the styling is already just as I wanted it to be.
The only small thing I would like to change is: Bringing down the Benefits by 1 Line, so they dont start exactly below the narrow grey arrow above, but 1 Line below that, just as In my example picture:
Hello, I don’t have the same theme but can’t seem to find the "product-template.liquid" folder on my editor. Is it because of an update and they replaced the name of the folder ?