support

Solution - How to make text of main horizontal menu lowercase

Started by OneMore, December 23, 2023, 11:07:40 AM

Previous topic - Next topic

OneMore

Here's how you make all texts of the drop menu lowcase.  (Tested with AbanteCart 1.2.11.)

In file "storefront/view/default/stylesheet/style.css":

Comment out lines 640 and 679 (or remove them):

ul.categorymenu > li > a {
(...)
/* text-transform:uppercase;  (at line 640)*/
(...)
}

.categorymenu li a.menu_home {
(...)
/* text-transform:uppercase;  (at line 679)*/
(...)
}


Forum Rules Code of conduct
AbanteCart.com 2010 -