• Resolved bradleo

    (@bradleo)


    Hi how do I get rid of what i’m assuming is the default woocomerce selector.
    I could remove it with a display none but I feel there might be a better way…

    Thanks
    – B

    <span class="theme-select theme-selectHover" style="display: none;"><span class="theme-selectInner" style="display: inline-block;">M</span></span>

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • You’ll need to copy
    wp-content/plugins/woocommerce/templates/single-product/add-to-cart/variations.php
    to
    wp-content/themes/your-theme/woocommerce/single-product/add-to-cart/variations.php
    and remove the class=”variations” table (lines 34 – 54) from the copy.

    That will not generate the table, but I would not expect the page to work.

    Thread Starter bradleo

    (@bradleo)

    @lorro unfortunately this client wont allow me to make a child theme to alter code in such a way. Good suggestion though!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Remove Size Selector and Clear option’ is closed to new replies.