Re: Random text appears in footer of website - can't find a way to remove

Solved

Random text appears in footer of website - can't find a way to remove

canikickit
Excursionist
14 1 3

Can someone please guide me through how to remove this mysterious text that appears on each page of my website?  It started when I pasted custom CSS text for a background photo in my footer.  meCapture.PNG

Accepted Solution (1)
Anshul_arora
Navigator
453 128 96

This is an accepted solution.

Hello @canikickit ,

I have gone through your store and understand your problem.

As I checked, you have wrongly placed your css code https://prnt.sc/SgG_spe6R-6- , it is outside the <style> tag. This is the reason for the text/code appearing at the end of the footer section.

When I temporarily edit your code and place it inside the <style> tag, then text/code is removed from the footer section. https://prnt.sc/WtfyD2k_rAOP

You can resolve your issue by follow the following steps -:

1. Go to the "online store" and then click edit code https://prnt.sc/bMYhLWJhpAks

2. Find and check theme.liquid and footer.liquid files

3. Then find the mentioned CSS code https://prnt.sc/mFGV93piYpnV in the bottom.

4. Next, remove the code from the outside <style> tag and place it inside <style> tag.

5. Save changes.

I hope this helps

Let me know if you need any help.

Thank you.

Please remember to like and accept the solution to help other store owners.

For Shopify Design & Development | Custom Coding -Visit Here

View solution in original post

Replies 4 (4)

Made4uo-Ribe
Shopify Partner
7742 1872 2292

Hi @canikickit 

 

Looks like you added a code in the wrong place. Please provide your website so we can take a look

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
canikickit
Excursionist
14 1 3
Anshul_arora
Navigator
453 128 96

This is an accepted solution.

Hello @canikickit ,

I have gone through your store and understand your problem.

As I checked, you have wrongly placed your css code https://prnt.sc/SgG_spe6R-6- , it is outside the <style> tag. This is the reason for the text/code appearing at the end of the footer section.

When I temporarily edit your code and place it inside the <style> tag, then text/code is removed from the footer section. https://prnt.sc/WtfyD2k_rAOP

You can resolve your issue by follow the following steps -:

1. Go to the "online store" and then click edit code https://prnt.sc/bMYhLWJhpAks

2. Find and check theme.liquid and footer.liquid files

3. Then find the mentioned CSS code https://prnt.sc/mFGV93piYpnV in the bottom.

4. Next, remove the code from the outside <style> tag and place it inside <style> tag.

5. Save changes.

I hope this helps

Let me know if you need any help.

Thank you.

Please remember to like and accept the solution to help other store owners.

For Shopify Design & Development | Custom Coding -Visit Here
canikickit
Excursionist
14 1 3

Thank you for your guidance Anshul!  Appreciate you quick work.