How to remove a discontinued app button from the header?

Supply version 2.2.0

I added a button in my header for tech support through Covid it was linked to my Tech rep. I am now trying to remove it as I have created a new one for the office. I believe I used an app that looks to have been discontinued or uninstalled. I have removed every {% Include code I could think of being relevant as well as the Snippets for the Tags but still no luck. Anything would be of assistance as I am now brain burnt…See image below.

Hi @Loudenslagerjos ,

You can try this code

  1. Go to Online Store-> Theme->Edit code
  2. Asset-> theme.scss.css ->paste the below code at the bottom of the file.
[title="Engineer Support Request"] {
    display: none;
}