Fullscreen icon not visible enough

Hi, is there a way to change the color of the fullscreen icon? My configurator needs a white background which makes it hard for some people to see the fullscreen button.

Hi andrew,
there isn’t a way built into the API however you can target the fullscreen button with CSS and apply a filter to it to change the color, for example this filter filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(86deg) brightness(118%) contrast(119%); will make the button green if applied. Hope that is helpful.

Ian

2 Likes

Thanks Ian! This should work well for our situation.

1 Like