AbanteCart Community

Shopping Cart Operations => Support => Topic started by: snooptick on April 16, 2014, 10:33:55 PM

Title: The Category for mobile screen "Go to"
Post by: snooptick on April 16, 2014, 10:33:55 PM
Hello for all,

How could I change the "Go to" to any another word such as "bla bla bla"..
have a look at the attachment photo.

Can you help me,

Regards,

Title: Re: The Category for mobile screen "Go to"
Post by: abantecart on April 18, 2014, 04:13:59 AM
File /storefront/view/default_html5/javascript/custom.js
About line: 48


    $("<option />", {
        "selected": "selected",
        "value": "",
        "text": "Go to..."
    }).appendTo("nav.subnav select");
Title: Re: The Category for mobile screen "Go to"
Post by: snooptick on April 18, 2014, 11:35:09 AM
Quote from: abantecart on April 18, 2014, 04:13:59 AM
File /storefront/view/default_html5/javascript/custom.js
About line: 48


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


Thank you so much Mr. Abantecart...

It's worked well