• Hi,

    Is it possible to remove original dropdown menu?

    When activating the plugin it shows radio buttons but also the dropdown menu from Woocommerce, I’m using The7 theme and Woocommerce 4.4 version.

    Regards,
    Victor

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author WPClever

    (@wpclever)

    Hi @victor-t-l-silva,

    Thanks for reaching out to us here.

    You can kindly check by trying to switch the theme you’re using to the Storefront theme by Automattic team to check. My guess is that our plugin is not compatible with your theme.

    Best regards.

    Yes it works with Storefront but not with another site I have that uses a theme you’ve never heard of.

    I managed to hide the standard dropdowns with:

    /* hide the default variations dropdowns */
    .woocommerce div.product form.cart .variations {
      display: none !important;
    }
    Plugin Author WPClever

    (@wpclever)

    Thank you so much for that information and the trick!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘I can’t hide dropdown’ is closed to new replies.