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.