How to remove TrustPilot review feature on website

I have uninstalled the TrustPilot App in Shopify and also removed the integration, however it is still appearing on the website. Could someone please help?

URL: nationalpoolsupplies.com.au

Hi @duart2023

You can try to add this code to Custom CSS in Online Store > Themes > Customize > Theme settings.


Hello @duart2023
Go to online store ---------> themes --------------> actions ------> edit code------->assets----->main.css
add this code at the end of the file and save.

div#trustpilot-gtm-floating-wrapper {
display: none !important;
}

result

If this was helpful, hit the like button and accept the solution.
Thanks

Hi @duart2023

Yes i can help you. please add becose css in your base.css file

div#trustpilot-gtm-floating-wrapper {
    display: none !important;
}

Thanks