How can I remove a section from my webpage even after deleting the application?

Hi @ATTIVO ,

You should be able to remove this from your home page by following the instructions below.

  1. From your Admin Page, click Online Store > Themes > Customize
  2. In the Home page, you should see the section on your left hand side. You can either remove it or hide it.

If you are having troubled finding the section. You can follow this instructions instead

  1. From your Admin Page, click Online Store > Themes >Actions > Edit code
  2. In the Asset folder, open the base.css
  3. Paste the code below at the very bottom of the file.
div#ac-recommendation-block {
    display: none;
}