" on collection page

My collection pages have this small " in the middle of the collection page section. Does anyone know how to remove it? I’m working in the Prestige theme and have checked all kinds of text boxes. I’m unsure if it could have appeared from some coding. Where should I then look?

Hi @Louise_S

Could you share collection page of your store link so I can check?

Hello @Louise_S ,

The one you marked in the screenshot is appears when you are customizing the theme not in the frontend.

And it use to reach at the section directly.

If problem solved don’t forget to Like it and Mark it as Solution!
And if you need help with customization/code part you can contact me for services

You can find the email in the signature below.

Thanks

Hi @Louise_S .

It seems that the issue might be within a custom section or snippet used for the collection page header in the Prestige theme.

Most likely, there’s a problem with unescaped or improperly formatted double quotation marks in an HTML input field or similar code.
I recommend reaching out to the theme developer to confirm and address this issue, as they would be best equipped to provide a fix or guidance.

If you decide to investigate the issue yourself, I recommend starting by checking the collection template ( templates/collection.liquid ) file in your theme. Look for the sections and snippets referenced in this file, and inspect their code. You may find duplicated or misplaced quotation marks causing the issue. This approach could help you pinpoint and resolve the problem.

Thank you! I found the issue in the collection.liquid, it was as you said just a misplaced double quotation. Thank you for helping me!