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.
yes, please share store url please
@KetanKumar thank you. Littlesgrove.com is the URL.
thanks for ulr can you try this code
- Go to Online Store->Theme->Edit code
- Asset->/theme.css ->paste below code at the bottom of the file.
.password-message {
display: none;
}