How to remove compare link on Magento2 header
Step 1 :- Go to app/design/frontend/VenderName/ThemeName/Magento_Theme/layout/default.xml Step 2 :- Copy below Code <referenceBlock name=”catalog.compare.link” remove=”true”/> Step 3 :- Paste this code in default.xml before body tag () and save it. It will remove the links from the header