Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hope you guys have resolved the issue already. If some haven’t, a possible fix would be appending#woocommerce-product-data .hndle .hidden {display: inline-block !important;} to

    wp-content/plugins/woocommerce/assets/css/admin.css

    file. this should override the bootstrap hidden class introduced to the <span> by some plugin. I specified the class tree to ensure it only reverse the target and not affect some other elements.

    Hope this helps.

    • This reply was modified 8 years, 12 months ago by haslam956.
    • This reply was modified 8 years, 12 months ago by haslam956.

    Hope you guys have resolved the issue already. If some haven’t, a possible fix would be appending#woocommerce-product-data .hndle .hidden {display: block !important;} to

    wp-content/plugins/woocommerce/assets/css/admin.css

    file. this should override the bootstrap hidden class introduced to the <span> by some plugin. I specified the class tree to ensure it only reverse the target and not affect some other elements.

    Hope this helps.

    • This reply was modified 8 years, 12 months ago by haslam956.
Viewing 2 replies - 1 through 2 (of 2 total)