How do I remove writing at the bottom of my store?

Hi, how do I remove the writing at the base of my webpage? I’m using Dawn theme. Site- https://nzloyal.org.nz/

Hello @Kotare
Can you explain in more detail which writing you are talking about?

Hello @Kotare
Go to online store ---------> themes --------------> actions ------> edit code------->assets-----> section-footer.css ----> line number 293
search this code

.footer__copyright {
text-align: center;
margin-top: 1.5rem;
}

and replace with this code

.footer__copyright {
display: none !important;
}

result

If this was helpful, hit the like button and mark the job as completed.
Thanks

Hi, I am referring to this part specifically, right at the bottom of the page, which I cant see on your screenshot, which is odd.

Hi, I am referring to this part specifically, right at the bottom of the page

I have removed this part.
do you want this part visible in your website or not..??

I want it removed. Ok thanks for that, just wanted to check. Appreciate it.

Great…!!!