Venture theme: add text under Product Title

Hello

Is it possible to add a line of text under the main product title (on the product page)?

It would be the same text on every product, so I’m assuming there’s a single line of code I can put in the theme.scss ?

Thanks

1 Like

@tsmaco

Please go to sections/product-template.liquid in your theme using edit code and add your text below the product title. Please check the screenshot below.

Hope this helps.

Thanks!

Perfect, thank you.

1 Like

@tsmaco Hi ! If helpful then please Like and Accept Solution.
THANKS

This is the solution.

******** INPUT ***************

  1. From your Shopify admin, go to Online Store
  2. and then click Actions.
  3. from drop down Click Edit Code
  4. Under Sections click product-template.liquid
  5. Ctrl + F (find code----<
  6. Before this code enter following code
  7. good for travelling

  8. Click Save.

******** OUTPUT ***************

If helpful then please Like and Accept Solution.
THANKS

How can I align top product titles?