Hi i have a problem there is something like that when u scroll down my site < {
where i can find it to remove it
A user is experiencing a visual issue on their Shopify store (wrozbaela.pl) where the text â< {â appears when scrolling down the page.
Proposed Solutions:
Check theme.liquid file: Multiple users suggest searching for and removing problematic code in the theme.liquid file, particularly near âpredictive-search.jsâ or footer-related sections.
CSS workaround: One contributor offers a quick CSS fix targeting the footer group with specific margin and z-index adjustments, which can be added through the theme customizerâs Custom CSS section.
Manual section review: Another suggestion is to navigate through the theme customizer and check all sections to locate and remove the unwanted element.
Current Status:
The original poster confirmed the code wasnât found in their initial search of theme.liquid. The discussion remains open with multiple troubleshooting approaches offered but no confirmed resolution yet.
Hi i have a problem there is something like that when u scroll down my site < {
where i can find it to remove it
site is www.wrozbaela.pl
Hello @Kris778
Check this code in the theme.liquid file and remove it. If you canât find it, please send me collaborator access and I will check it.
its not there anybody other idea ? thanks
Hi @Kris778 ,
If youâre not familiar with removing code from the theme files, you can simply follow these 2 simple steps:
Step 1: Click on Customize (see screenshot)
Step 2: Add the following CSS code:
.shopify-section-group-footer-group {
margin-bottom: -27px !important;
z-index: 99 !important;
}
to the Custom CSS section (screenshot), then save and check the result.
Let me know if this works for you or if you need further assistance ![]()
Best,
Felix
You can try to go you your store admin > Sales channels > Online Store > Themes > Customize, look in all sections on the left then you can remove it from your store
Hi @Kris778,
Please go to Actions > Edit code > layout > theme.liquid file, find âpredictive-search.jsâ and you can find it below.
It looks like there is an extra piece of code, possibly in theme.liquid file, or in the footer group code or you can search using the code editor and remove it
![]()