1: I would like to change the text that says “choose an option” in the drop down of an attributes (see screen shot) if possible i would like to do it on a product by product basis? EG: Change “choose an option” to “choose a start date”
2: The name you give to the attribute should really be on One line anything over about 7 letters then starts going on top (see screen shot)
Where it says”course start date”
Hey!
1. The ‘choose an option’ text is set by WooCommerce, here’s a way you can change it (there may be a way to do it on a product-by-product basis but unfortunately that would be outside of our scope, see customization services):
http://stackoverflow.com/a/27322551
2. Use the following CSS:
#top .variations td.label {
width: 200px;
}
Regards,
Josue
Works a treat thank you so much..