Archived topic
Meta theme-color support
3 replies · Started by Sebastian on October 11, 2021
It would be nice, to be able to specifi the meta theme-color in the color costumization.
Hi there,
are there specific meta elements you want o change the color for?
As a note you can use the GP Block Element to create and style your own custom meta. See here for an example:
https://docs.generatepress.com/article/block-element-post-meta-template/
Hideliho,
not a meta element of the content.
In the <head> you can specify a theme color. This will color the addressbar on mobile devices. (No effect on desktop)
<!-- Makes the browser purple -->
<meta name="theme-color" content="#6f42c1">
I am missing this in the color customizer. 🥺👉👈
BR
Sebastian
Ah ok.
To do that today you could simply use a Hook element to add your meta tag to the wp_head hook.
https://docs.generatepress.com/article/hooks-element-overview/
It might be something we consider in the future as part of the customizer.