Add custom code to header

edited May 2016 in Theme Options
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:

Comments

Sign In or Register to comment.