Remove “we can’t wait to share this with you” from Debut password page

Hi - Working to set up the password landing page in the Debut theme and cannot find how to remove the placeholder copy “We can’t wait to share this with you” from the page. All other copy was able to be edited within Header, Content or Footer, but can’t find the line for this to delete it. Thanks for any tips.

@lttls_grv

yes, please share store url please

@KetanKumar thank you. Littlesgrove.com is the URL.

@lttls_grv

thanks for ulr can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
.password-message {
    display: none;
}