Please help us to make AbanteCart Ideal Open Source Ecommerce Solution for everyone.

Support AbanteCart eCommerce

Author Topic: About Lower case letters in product title on Product listing page.  (Read 3607 times)

Offline hisapon

  • Newbie
  • *
  • Posts: 8
  • Karma: +1/-0
    • View Profile
Hello.

I'm using default template (store front) as test before open my shop.

My primary store language is Japanese.

I created product and named it "*****5g".
I can see the "*****5g" in product detail page, but It is displayed but It is "*****5G"....

I want to display it on all pages with capital letters and small letters distinguished.
Where can I solve by editing the source?
Thank you.

Offline Basara

  • Administrator
  • Hero Member
  • *****
  • Posts: 5774
  • Karma: +274/-2
    • View Profile
Re: About Lower case letters in product title on Product listing page.
« Reply #1 on: November 21, 2017, 04:56:35 AM »
Hello.

Looks like you have text-transform CSS rule applied to the text. https://www.w3schools.com/cssref/pr_text_text-transform.asp
It is easy to change this in style.css file, use browser inspector to find what line https://developers.google.com/web/tools/chrome-devtools/inspect-styles/?hl=en

Offline hisapon

  • Newbie
  • *
  • Posts: 8
  • Karma: +1/-0
    • View Profile
Re: About Lower case letters in product title on Product listing page.
« Reply #2 on: November 21, 2017, 05:22:22 AM »
Hello.
Thank you for your answer.
CSS!! I thought this is problem by PHP code....
I can do it.

I changed "text-transform: none;".
It's perfect!!

Thank you very much.

 

Powered by SMFPacks Social Login Mod