Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi, how do I remove the writing at the base of my webpage? I'm using Dawn theme. Site- https://nzloyal.org.nz/
Solved! Go to the solution
This is an accepted solution.
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
Hello @Kotare
Can you explain in more detail which writing you are talking about?
Hi, I am referring to this part specifically, right at the bottom of the page
This is an accepted solution.
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.
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...!!!