Add custom code to header
Hello,
I thought I had seen a way to add custom code to the header element before. Is this not possible in the backend and instead needs to be done in the files themselves?
For reference, I am adding this:
<!-- Chrome, Firefox OS and Opera -->
<meta name="theme-color" content="#916276">
<!-- Windows Phone -->
<meta name="msapplication-navbutton-color" content="#916276">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
This might be a good feature to add in. Source:
https://developers.google.com/web/fundamentals/design-and-ui/browser-customization/theme-color?hl=en
Comments
we do not have anything like this included so far but thanks a lot for your suggestion.