• Resolved Uranbold

    (@uranbold)


    Hello,

    I wanna override the plugin quantity file.

    <button type=”button” class=”minus qib-button”>

    <button type=”button” class=”plus qib-button”>

    However, If i included it on my theme/woocommerce/global/quantity-input.php then it’s not working?

    How can I customize the + – buttons with my custom SVG.

    Thanks.

Viewing 1 replies (of 1 total)
  • Plugin Contributor CodeAstrology IT Firm

    (@codeastrology)

    Hello,
    Before template override we need to remove a filter hook which we have used in our plugin. Use below this filter hook to remove our filter.

    remove_filter( 'woocommerce_locate_template', 'wqpmb_locate_template' );

    Hope this solves your issue.

Viewing 1 replies (of 1 total)
  • The topic ‘Customize the + – button?’ is closed to new replies.