Archived topic
Orange color top and bottom iOS 15
3 replies · Started by Jarko on September 30, 2021
After upgrading to iOS 15 on a iPhone SE 2021, one of my pages is showing orange color on top and button in safari (chrome and Firefox ok), not sure where this comes from, (looking around the settings in GeneratePress but can’t find the color) other sites I have it’s working fine but just one linked in the private information showing this?
Hi there,
Any chance you can disable all plugins except GP Premium to eliminate conflicts from other plugins first?
Let me know :)
Sorry found the problem, a code snippet that I added ages ago.
With the theme colour meta attribute you can provide most of the mobile pages with the colour of the tab (in the area around the browser bar) and also change this. This will make your pages more recognizable. <meta name="theme-color" content="#db5945">
<?php
add_action( 'wp_head', function () { ?>
<meta name="theme-color" content="#db5945">
<?php } );
From https://www.marketingtracer.com/
I Changed to #aa2141 now it’s working great. Guess iOS 15 supports theme color now.
Thanks
No problem :)