• Resolved Remko

    (@7ish)


    On any website with WooCommerce, when logged in and viewing the My Account – Orders page and having no orders yet on my account, there’s a button called ‘Door producten zoeken’ (Search through products).

    How can I hide this button? I have tried using css, but all WooCommerce buttons disappear… ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Thu P. a11n

    (@thup90)

    Hi there,

    > On any website with WooCommerce, when logged in and viewing the My Account – Orders page and having no orders yet on my account, there’s a button called ‘Door producten zoeken’ (Search through products).

    I don’t see a Search through products on my site when logged in, did you mean the Go to the shop button? https://d.pr/i/ZTrm0r

    Thread Starter Remko

    (@7ish)

    Sorry, that’s the one I meant indeed!
    Can that button be hidden?

    Plugin Support Thu P. a11n

    (@thup90)

    Hi there!

    Yes, you can use custom CSS to remove it.

    Here’s the code that might work for you:

    .woocommerce-account.woocommerce-orders .woocommerce-info .button {
    display: none;
    }

    Hope this helps!

    Thread Starter Remko

    (@7ish)

    Thanks, worked like a charm!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Hide button ‘Search products’ from Account – Orders page’ is closed to new replies.