Skip to content

Commit

Permalink
fix: hide WC's login prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
adekbadek committed Oct 19, 2023
1 parent 4a8d48f commit 124fee7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/modal-checkout/checkout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,9 @@
display: none; // Hide the "Please log in to view this order" message on the thank you page.
}
}
.woocommerce-form-login-toggle {
display: none; // Hide the "Returning customer? Click here to login" message.
}
.woocommerce-order-overview {
color: colors.$color__text-light;
list-style: none;
Expand Down

0 comments on commit 124fee7

Please sign in to comment.