Shopping Cart Operations > Tips and Tricks
Solution - How to make text of main horizontal menu lowercase
(1/1)
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):
--- Code: ---ul.categorymenu > li > a {
(...)
/* text-transform:uppercase; (at line 640)*/
(...)
}
--- End code ---
--- Code: ---.categorymenu li a.menu_home {
(...)
/* text-transform:uppercase; (at line 679)*/
(...)
}
--- End code ---
Navigation
[0] Message Index
Go to full version