Hi, need urgent help to remove the TrustPilot review widget on the website.
I have removed the app, however I can’t seem to find where to remove this permanently on the website.
A user urgently needs to remove a TrustPilot review widget that remains visible on their website despite uninstalling the app.
Problem:
Solutions Provided:
Two community members offered identical CSS-based solutions:
theme.liquid file</body> tag to hide the widget using display: none !important targeting the TrustPilot floating wrapper elementStatus: The discussion appears to have accepted solutions marked, suggesting the CSS hiding method resolved the immediate visibility issue. This approach hides rather than fully removes the widget code from the theme files.
Hi, need urgent help to remove the TrustPilot review widget on the website.
I have removed the app, however I can’t seem to find where to remove this permanently on the website.
Hello @duart2023
You can add code by following these steps
Go to Online Store → Theme → Edit code.
Open your theme.liquid file
Paste the below code before on theme.liquid
my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Hey @duart2023
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed