Product title issue

When i write the name of products parts of it behave differently than it should e.g. when i type 50 gm in backend, it goes 50 Gm on frontend unless i type it as 50gm, how can i resolve this?

Website is www.jadeed.store

HI @ForeverTruth95

Just follow the steps Below:

  1. Go to online store → theme
  2. select three dots and select code edit
  3. Search for the file theme.css and base.css
  4. past that code at the end
.product-info .product-title {
    text-transform: none !important;
}​

Note: Now if you want any word to me capital or small that use capital and small letter while adding the product name Becasu I have remove the text-transformation which make every first letter of work capital than is why you are getting " Gm " instead of " gm " If you need further assistance and expert codeing help feel free to reach me out over the email

I hope this solution worked for you!
If yes Just like this Reply and Mark it as a Solution and to keep me motivated BUY ME A Coffee

where do i put this code exactly? at the end of body?

You are in the wrong file its name as base.css OR theme.css
you are now at theme.liquid

found only theme.css.liquid that counts? tested it, now it works. thank you

Okay Never mind You can try this code in the file you opened before
after tag


Glade to hear that its helpful for you if you need any other help feel free to reach me out