Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #511043

    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”

    #511297

    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

    • This reply was modified 8 years, 6 months ago by Josue.
    #511354

    Works a treat thank you so much..

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How to change "choose an option" text’ is closed to new replies.