• Hey Woo folks,

    Is there a quick way to filter the WooCommerce plugin so that single product tabs use definition lists instead of unordered lists? I hate to throw perfectly good functionality (via Zurb Foundation) out the window just because the script doesn’t support DL/DD by default.

    https://wordpress.org/plugins/woocommerce/

Viewing 1 replies (of 1 total)
  • Thread Starter ianarmstrong

    (@ianarmstrong)

    Note – my hackish solution was to add

    <?php if ( $tab['priority'] == 10 ) { echo "active"; } ?>

    to the end of the class on both the tabs and tabs-content area. It works but it’s not pretty.

Viewing 1 replies (of 1 total)
  • The topic ‘Adjust tabs to use definition lists’ is closed to new replies.