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

Solved

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

Kotare
Tourist
8 0 3

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

Accepted Solution (1)

GTLOfficial
Shopify Partner
471 92 90

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
18.png

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

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh

View solution in original post

Replies 7 (7)

niraj_patel
Shopify Partner
2378 514 511

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

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com
Kotare
Tourist
8 0 3

Hi, I am referring to this part specifically, right at the bottom of the page Screenshot 2024-08-03 at 8.07.48 PM.png

GTLOfficial
Shopify Partner
471 92 90

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
18.png

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

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh
Kotare
Tourist
8 0 3

Screenshot 2024-08-03 at 8.07.48 PM.png

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. 

GTLOfficial
Shopify Partner
471 92 90

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

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh
Kotare
Tourist
8 0 3

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

GTLOfficial
Shopify Partner
471 92 90

Great...!!!

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh