Change text in select field with woocommerce [closed]

1

I would like to know how I can change the "button" from "choose an option" to "choose a size". As pictured below.

    
asked by anonymous 11.10.2017 / 18:10

1 answer

0

Since you have not published any code I will give my help as I can, a good way is to use the f12 of the keyboard and then press this icon:

After pressing this icon click on combobox (choose an option), and the code for combobox will appear something like the image below:

Inthispartofthecode,identifythename"choose an option" and substitute "choose a size". If it turned out now you just need to look it up on your local webpage where you are working on it, which have the same code structure.

Images are just to help identify things are not an exact recreation.

  

ATTENTION : If you want a more detailed answer you should add the code of the page to the question.

    
11.10.2017 / 18:28