Hi i have a problem there is something like that when u scroll down my site < {
where i can find it to remove it
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
![]()