Code showing above header annoucement bar.

Solved
katsidehustle1
New Member
4 0 0

Hi - HELP! Screenshot included but I have this code showing on my site and I'm not sure where it is coming from to remove it. I am a novice so any help you can give me would be appreciated. thank you. www.somedaycollective.com.au 

 

IMG_7366.PNG

Accepted Solution (1)
Moeed
Shopify Partner
2365 596 713

This is an accepted solution.

Yes this is where exactly the code is coming from! You can delete this code and make sure it doesn't affects anything. For safety reasons, it's recommended to duplicate your theme first as a backup! 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

Need a Shopify developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications

- Expert in Shopify SEO optimization for higher search rankings.


- Your Coffee Tip , my code - a perfect blend! ❤️

View solution in original post

Replies 4 (4)
Moeed
Shopify Partner
2365 596 713

Hey @katsidehustle1 
Try locating this code in theme.liquid file as it might be displaying there. To open theme.liquid file, follow these steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

Need a Shopify developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications

- Expert in Shopify SEO optimization for higher search rankings.


- Your Coffee Tip , my code - a perfect blend! ❤️
katsidehustle1
New Member
4 0 0

Hi Moeed - thank you. 

I can see this snippet in the theme liquid  class="animations-{{ settings.animations }} button-uppercase-{{ settings.button_uppercase }} navigation-uppercase-
{{- settings.navigation_uppercase }}

It isnt exactly the same so I dont know if it is the same code? (ie does it have symbols for true and false rather than the words as it's showing on the website??) If this is it - do I delete it? 

Moeed
Shopify Partner
2365 596 713

This is an accepted solution.

Yes this is where exactly the code is coming from! You can delete this code and make sure it doesn't affects anything. For safety reasons, it's recommended to duplicate your theme first as a backup! 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

Need a Shopify developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications

- Expert in Shopify SEO optimization for higher search rankings.


- Your Coffee Tip , my code - a perfect blend! ❤️
Akibhusen
Shopify Partner
715 121 141

@katsidehustle1 , Please follow the below step to edit the theme.liquid file. And find the <body> tag in it. just check after body tag, you forget to start any HTML tag using  '<'

 

- Log in to your Shopify admin panel.
- From the sidebar, click on "Online Store" and then select "Themes."
- In the "Themes" section, you will see a list of your installed themes. Find the theme you want to edit and click on the "Actions" dropdown menu.
- Select "Edit Code" from the available options. This will open the theme editor.
- In the theme editor, locate and click on the "theme.liquid" file. It is typically found under the "Layout" or "Sections" folder.

Let me know if you still have any doubt