Removing Footer White Space in Blockshop Theme

Hi there –

I’m looking for a way to remove a giant block of white space under my footer.
Website is www.ritualgypsy.com

I’m using the BLOCKSHOP Theme.

I’ve gone into Themes / Customize / Footer…
But, there are no additional sections in the Footer Group to delete.

I’m not even sure when this giant block of white space appeared to be honest.

Anyone have any ideas on how to remove it???

Hi @ritualgypsy ,

Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above tag:


Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you :heart_eyes:

Hi @ritualgypsy ,

This issue may be related to Bemeapps. Please try disabling the application and verify if the problem persists.

If you want a quick solution for hiding that white space, here are the steps you can follow:

1, Navigate to Online Store > Themes > Edit Code.

2, Locate and open the theme.css (or base.css, custom.css) file.

3, Paste the code snippet provided below at the bottom of the file, then save your changes.

img[src^="https://analytics.bemeapps.com/"] {
    display: none;
}

Here is the result

We hope this assists in resolving the issue.

If you find our solution helpful, kindly consider Liking and Marking it as Accepted. Thank you!

thank you! thank you! - that fixed it :slightly_smiling_face:

You’re welcome! :blush: