Author Topic: How do I make Category names on the menu be upper and lower case?  (Read 4651 times)

TopWebNames

  • Guest
I just added a Category in my first installation of AbanteCart. The new Category name now appears on the navigation menu in ALL CAPS! I REALLY don't like ALL CAPS!  How do I make the Category names on the navigation menu be upper and lower case, as I have entered them?

Offline abantecart

  • Administrator
  • Hero Member
  • *****
  • Posts: 4359
  • Karma: +298/-10
    • View Profile
    • Ideal Open Source Ecommerce Solution
Re: How do I make Category names on the menu be upper and lower case?
« Reply #1 on: August 23, 2013, 11:41:48 PM »
You need to edit CSS file /storefront/view/default_html5/stylesheet/style.css

Look for:

Code: [Select]
.heading1 .maintext {
....
text-transform: uppercase;
...


remove 

Code: [Select]
text-transform: uppercase;
Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

TopWebNames

  • Guest
Re: How do I make Category names on the menu be upper and lower case?
« Reply #2 on: August 24, 2013, 12:22:19 AM »
You need to edit CSS file /storefront/view/default_html5/stylesheet/style.css

Look for:

Code: [Select]
.heading1 .maintext {
....
text-transform: uppercase;
...


remove 

Code: [Select]
text-transform: uppercase;

Thank you VERY much.

I REALLY don't like ALL UPPERCASE on a website. I think that it's only appropriate for bringing attention to something, so I removed EVERY instance of "text-transform: uppercase;" in the style.css, and I like my store MUCH better now! :)

Offline abantecart

  • Administrator
  • Hero Member
  • *****
  • Posts: 4359
  • Karma: +298/-10
    • View Profile
    • Ideal Open Source Ecommerce Solution
Re: How do I make Category names on the menu be upper and lower case?
« Reply #3 on: August 24, 2013, 10:45:59 AM »
Glad it worked out  ;)
Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

TopWebNames

  • Guest
Re: How do I make Category names on the menu be upper and lower case?
« Reply #4 on: August 24, 2013, 04:59:19 PM »
Glad it worked out  ;)

Thank you!  It sure did work out for me. I like it MUCH better.  I suggest that you add this to the Documentation / User Manual because I'm sure that many other AbanteCart users might prefer UPPER and lower case letters.

 

Database Error

Please try again. If you come back to this error screen, report the error to an administrator.