top of page

Editor X Request: Changing the Browser Theme Color for Mobile

CATEGORY:

Creating your site

SUB-CATEGORY:

Using Editor X

RELEASED:

No

First Requested:

May 31, 2023 at 6:35:31 AM

Last Updated:

August 22, 2023 at 2:33:14 AM

DETAILS

Currently, Editor X does not offer a feature that lets you choose the color of
the browser when visitors view your site on mobile.

As a workaround, you can add custom code to change the browser color,
specifically for Safari:

* **Single page:**Add it as a meta tag in your page's Advanced SEO settings panel.
* **Multiple or all pages:**Add it to the Custom Code tab in your site's dashboard.

This code, for example, changes the browser color to white:



<meta name="theme-color" content="#ffffff">

We are always working to update and improve our products, and your feedback is
greatly appreciated.

If this is a feature you would like to see in the future, please click **Vote
for this feature** and we'll make sure to keep you updated.

bottom of page