How to remove unwanted text or icon added by a former employee?

A former employee added the text or icon shown on the red circle and I really can not find where to delete this thing.

Please help.. Thanks so much in advance.

@william35

Please share store URL.

hello @william35

Please provide website url and if your store is password protected then also provide password So I will check and provide a solution here.

@dmwwebartisan - check theme.liquid or footer.liquid files of your theme, it can be in one of it

Hi, it’s williamkpark.com, PW: william2kpark1

Hi, it’s williamkpark.com, PW: william2kpark1

1 Like

@william35

Please check your sections/footer.liquid file code .

Thanks!

@william35

  1. In your Shopify Admin go to: online store > themes > actions > edit code

  2. Find Asset > theme.css and paste this at the bottom of the file.

.footer-item--copyright {
    width: 100%;
    display: none !important;
}

Thanks!

Thanks so much! Before I found your reply, I found that section at coding and deleted it. Is that okay? I am really new to all the coding systems..

@william35

Thanks! Welcome Again.

1 Like