• Resolved dsonnenstein

    (@dsonnenstein)


    Is there a way to hide or disable the “Browse Products” button that shows up at the bottom of the Subaccount Order panel when no orders have been placed by a Subaccount? Here is a link to an image and the code – https://lemondropgifts.com/subaccounts/. Note the page link is just an image for information, the SubAccounts plug-in is on a different website that is password protected.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author mediaticus

    (@mediaticus)

    Hi @dsonnenstein

    Thanks for reaching out.

    You can add the following CSS rule to your child theme’s style.css or via the WordPress Customizer panel:

    .woocommerce-subaccounts .woocommerce-message .woocommerce-Button {
    display: none;
    }

    Please let us know if this helps.

    Plugin Author mediaticus

    (@mediaticus)

    We haven’t heard from you in a while so I’m going to go ahead and mark this thread as resolved.

    If you have any other questions about the plugin, please start a new thread.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Disable/Hide “Browse Products” button’ is closed to new replies.