Woocommerce Change ‘Select Options’ Text

I would like to change the text “Select options” when you hover over the image in the Woo-commerce store to say “Select language”

Is there an easy way to do this.

Hi There,

While that is outside the scope of support, I could point you in the right direction with the understanding that it would ultimately be your responsibility to take it from here.

First, please setup a Child theme.

Then copy the code provided here to your child theme’s functions.php file. (don’t include the <?php tag on the top of that code, it will break your functions.php file)

then see the line: case 'variable': in the code, there is a Select options in there, that is the string that you want to change.

Thanks,

Thank You! I applied the code to the child them and changed the variable. Thanks again for the help.

You’re welcome, @wghiacy.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.