Hi !
Thanks to this line :
“–iconContent: ‘\f4b7’;”
I’m changing the content of an :after element.
The code is implemented in the “Custom Code” section of the Header template, so that it can load on every page.
It is working super fine, BUT : when I need do modify something on the Header, so when I’m opening the Header Builder, this line and the similar ones are lacking the symbol "", so I’ve got this instead:
“–iconContent: ‘f4b7’;”
So the icon is not showing the correct symbol, but only “f4b7”, and so I have to manually add those "" every time I open the Header Builder, to correct the bug.
Can you please find some way to fix this ?