Viewing 1 replies (of 1 total)
  • A working css solution is

    .panel-group.oscitas-bootstrap-container > div.panel-default {
      display: block !important;
    }
    /*Use this one to overwrite some woocommerce style*/
    .woocommerce #content div.product .woocommerce-tabs .panel-default.oscitas-bootstrap-container {
      border: none;
      padding: 0;
      margin: 10px 0;
    }

    But I’m sure there is some JS conflict that should be checked.

Viewing 1 replies (of 1 total)
  • The topic ‘Accordion does not work in WooCommerce products’ is closed to new replies.