Results 1 to 5 of 5

Thread: How to change the "Go!" button ?

  1. #1
    Thread Starter
    Junior Member pixel's Avatar
    Join Date
    Mar 2010
    Posts
    37
    Thanks
    6
    Thanked 0 Times in 0 Posts

    How to change the "Go!" button ?

    Hello,

    I need to change the "Go!" button to "Cerca" since my website is in Italian (www.rileggi.it) but even through the editor I cannot find it.

    Where should I look and what should I do ?

    Thank you

  2. #2
    Member damien's Avatar
    Join Date
    May 2009
    Location
    Melbourne, Australia
    Posts
    91
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: How to change the "Go!" button ?

    which button exactly? (the location of it)

    I have changed classipress so much for myself I forget the original buttons heh

  3. #3
    Thread Starter
    Junior Member pixel's Avatar
    Join Date
    Mar 2010
    Posts
    37
    Thanks
    6
    Thanked 0 Times in 0 Posts

    Re: How to change the "Go!" button ?

    The one in the search box right under the logo in the homepage.

    thanks

  4. #4
    Junior Member
    Not a Verified Customer
    Leaf.'s Avatar
    Join Date
    Apr 2010
    Posts
    29
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: How to change the "Go!" button ?

    There is a line of code in the header file (header.php) that goes a little something like this ....

    Code:
    <input type="submit" class="go" value="Go!" />
    Just change the the value to "Cerca", as such ....

    Code:
    <input type="submit" class="go" value="Cerca!" />
    I believe it's around line 129 of the original header.php file.

  5. #5
    Thread Starter
    Junior Member pixel's Avatar
    Join Date
    Mar 2010
    Posts
    37
    Thanks
    6
    Thanked 0 Times in 0 Posts

    Re: How to change the "Go!" button ?

    Thank you very much

    Problem fixed.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)