News:

AbanteCart v1.4.2 is released.

Main Menu

Go to menu for mobile

Started by emanuelben616, December 07, 2015, 02:54:08 PM

Previous topic - Next topic

emanuelben616

hi,
  So i have search this forum of how to edit the go to menu for mobile devices, but i haven't found anyone that has a solution. I thought that maybe i could go to the language definition and change the name but i didn't find it there as well. Is there anyway to change to words, like maybe to categories or something? maybe in the code?

eCommerce Core

This text is in the JavaScript and executed only on mobile screen
See https://github.com/abantecart/abantecart-src/blob/master/public_html/storefront/view/default/javascript/custom.js
Line #56.


    $("<option />", {
        "selected": "selected",
        "value": "",
        "text": "Go to..."
    }).appendTo("nav.subnav select");

Forum Rules Code of conduct
AbanteCart.com 2010 -