support

How do I make Category names on the menu be upper and lower case?

Started by TopWebNames, August 23, 2013, 04:47:49 AM

Previous topic - Next topic

TopWebNames

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?

abantecart

You need to edit CSS file /storefront/view/default_html5/stylesheet/style.css

Look for:


.heading1 .maintext {
....
text-transform: uppercase;
...



remove 


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

Quote from: abantecart on August 23, 2013, 11:41:48 PM
You need to edit CSS file /storefront/view/default_html5/stylesheet/style.css

Look for:


.heading1 .maintext {
....
text-transform: uppercase;
...



remove 


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! :)

abantecart

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

Quote from: abantecart on August 24, 2013, 10:45:59 AM
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.

Forum Rules Code of conduct
AbanteCart.com 2010 -