Author Topic: The Category for mobile screen "Go to"  (Read 4632 times)

Offline snooptick

  • Newbie
  • *
  • Posts: 20
  • Karma: +1/-1
    • View Profile
The Category for mobile screen "Go to"
« 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,
 

Offline abantecart

  • Administrator
  • Hero Member
  • *****
  • Posts: 4358
  • Karma: +298/-10
    • View Profile
    • Ideal Open Source Ecommerce Solution
Re: The Category for mobile screen "Go to"
« Reply #1 on: April 18, 2014, 04:13:59 AM »
File /storefront/view/default_html5/javascript/custom.js
About line: 48

Code: [Select]
    $("<option />", {
        "selected": "selected",
        "value": "",
        "text": "Go to..."
    }).appendTo("nav.subnav select");
Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

Offline snooptick

  • Newbie
  • *
  • Posts: 20
  • Karma: +1/-1
    • View Profile
Re: The Category for mobile screen "Go to"
« Reply #2 on: April 18, 2014, 11:35:09 AM »
File /storefront/view/default_html5/javascript/custom.js
About line: 48

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

Thank you so much Mr. Abantecart...

It's worked well

 

Powered by SMFPacks Social Login Mod