1
Since you didn’t publish codes I’ll give you my help as I can, a good way is to use the f12
keyboard and then pricing this icon:
After pressing this icon click on combobox
(choose an option), and the code of the combobox
something like the image below:
In this area of the code identify the name "choose an option" and replace with "choose a size". If it worked now just need to look it up on your local web page where you are working on it, which have the same code structure.
The images are just to help identify things are not an exact recreation.
ATTENTION: If you want a more detailed answer you should add the page code to the question.
You have access to FTP where the site files are?
– Sam
I have, in case I don’t know how to find the specific file
– J. Gualberto
Maybe if you put all the source code of this page that you posted the image, it is possible to check.
– Sam
I couldn’t copy ... you crossed the line,... but you can take this link.. if possible pfv... https://www.tortugashoes.com/producto/catamaran-corchoyblanco/ this online
– J. Gualberto
There on the page, open the console (F12) and execute this command:
document.getElementById('pa_tamanho').options[0].innerHTML = "Escolha um tamanho";
. A stopgap would be that you put this script at the end of the "index" file of the "products" folder, until you figure out where to change it in your website’s HTML.– Sam