Modify the header icons

I want to add a new icon into the header section. Is there a way to achieve that? From editing theme page I could not find a way to add something via extension.

Hi @Caglar_Ersin

You can add new icon into the header section in theme using addInjectableTag platformclient method and Proxy URLs | Fynd Partners Help Center implemented within extension.

You can refer to the example extension documentation at Script Injection | Fynd Partners Help Center.

@SoumyaAcharya For the script injection, in the example within the documentation, users need to place the injection wrapper/binding to the page. As for header section, I could not find a way on how to place the wrapper there.