How to remove Google pop up in bottom right

Topic summary

A user is seeking help to remove a Google pop-up appearing in the bottom right corner of their Shopify store (hothugger.com).

Issue Identified:

  • The pop-up is Google Customer Reviews
  • Initially unclear due to no visible review section on the site

Solution Provided:

  • Locate and remove the Google Customer Reviews code from theme.liquid file
  • Alternative: Hide it using CSS

Steps to Remove:

  1. Navigate to Online Store → Theme → Edit code
  2. Open the theme.liquid file
  3. Paste CSS code before the closing tag to hide the element

The discussion appears resolved with a technical solution offered by GemPages support team.

Summarized with AI on November 25. AI used: claude-sonnet-4-5-20250929.

@Finn4 ,

Share the store URL.

https://hothugger.com/

@Finn4 ,

There is no review section at the bottom. Check and let us know!

Hello @Finn4

This is Google Customer Reviews, you can find the code in theme.liquid to remove it

or hide it with CSS code as shown below:

  1. Go to Online Store->Theme->Edit code

  2. Open your theme.liquid theme file

  3. Paste below code before :


Hope my recommendation can work and support you!

Kind & Best regards!

GemPages Support Team