How can I remove unwanted code from my footer?

Hi, I’ve had some code appear in my shop footer - and I can’t seem to access it to remove it. I’ve tried using responses to similar experiences in the community with no luck. Any assistance greatly appreciated! Many thanks, Erin

@erinliliana

Please share your store URL!

Thanks!

erinliliana.com - thank you

Hi, any luck with a solution?

@erinliliana

open your layouts/theme.liquid file and find the following code

.badge--sale {
  background-color: #A39600;
}

https://accounts.shopify.com/login?rid=0fa76694-0d49-459d-a5ed-344bd4b8a6b7

@media screen and (min-width: 769px){
.header-bar__left.post-large--display-table-cell {
    width: 65% !important;
}
.header-bar__right.post-large--display-table-cell {
    width: 35% !important;
}
}

Replace to


otherwise please share your layout/theme.liquid file code.

Thanks!

brilliant, many thanks :slightly_smiling_face:

@erinliliana

If helpful then please Like and Accept Solution

1 Like