Author Topic: Solution - How to make text of main horizontal menu lowercase  (Read 482 times)

Offline OneMore

  • Newbie
  • *
  • Posts: 46
  • Karma: +12/-0
    • View Profile
Solution - How to make text of main horizontal menu lowercase
« on: December 23, 2023, 11:07:40 AM »
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: [Select]
ul.categorymenu > li > a {
(...)
/* text-transform:uppercase;  (at line 640)*/
(...)
}
Code: [Select]
.categorymenu li a.menu_home {
(...)
/* text-transform:uppercase;  (at line 679)*/
(...)
}

 

Powered by SMFPacks Social Login Mod