Hello, I’m working on the Craft theme and I observed that I cannot write superscript/subscript for the product titles in the Product grid and Product information. How can I solve that?
Thank you in advance.
Hello, I’m working on the Craft theme and I observed that I cannot write superscript/subscript for the product titles in the Product grid and Product information. How can I solve that?
Thank you in advance.
Hi @billygrande ,
As your requirement :“Add Superscript/Subscript In Product Titles, Craft Theme”, you must use tag || to solve the problem.
You can apply that way to case edit the product titles in the Product grid and Product information in the product by editing the product liquid file.
If my solutions help, plz tick marked as solutions. Tks and have a nice day ^^! @billygrande
Hello @BSS-Commerce
Which exact liquid files do I need to change based on my theme? Also which parts of the code affect the Product Grid and Product information?
Thank you
Hi @billygrande ,
As your requirement " Add superscript/subscript in product titles," the file you need to edit is related to displaying product details. The exact file will be: main-product.liquid
If you don’t know how to edit liquid files then follow my instructions:
Step 1: Go to Online Store => Themes => Edit code:
Step 2: Search "main-product.liquid (in Sections). Search product__title and edit with or according to what you want.
Step 3: Save and reload page
=>> Result:

If my solutions helps, plz tick marked as solutions. Tks and have a nice day! @billygrande
Thank you @BSS-Commerce for the detailed instructions. I appreciate it Good approach but it super/subscripts the whole title. What I am looking for is the ability to super/subscript a specific character of the product title. E.g. H2O.
P.S. In the example I provided the ‘2’ is not subscripted since I can only write non-html formatted replies.