• Resolved dhuy74

    (@dhuy74)


    Hi,
    in the panel My Account/Orders, when it’s empty Woocommerce displays the message “No order has been made yet. Go shop”.

    Is it possible to remove the link Go shop?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Rynald0s

    (@rynald0s)

    Automattic Happiness Engineer

    Hi there!

    You could use some CSS code to hide the Go shop text/link from there — the following works for me:

    a.woocommerce-Button.button {
    display: none;
    }

    The No order has been made yet. text won’t be affected.

    Please don’t add custom code directly to your parent themes’ stylesheet.css as this will be wiped entirely when you update. I recommend you use a free plugin like https://wordpress.org/plugins/simple-custom-css/ to add it.

    Cheers!

    • This reply was modified 8 years, 10 months ago by Rynald0s. Reason: Wrapping css
    Rynald0s

    (@rynald0s)

    Automattic Happiness Engineer

    Howdy!

    We haven’t heard back from you in a while, so I’m going to go ahead and mark this thread as resolved. If you have any other questions please start a new thread.

    Cheers!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Go shop link’ is closed to new replies.